filesafe/controllers
Bobby Wibowo b4c8b1d90e
BLAZING FAST CHUNKED UPLOADS 🚀
Inspired by our recent switch to using blake3 for file hashing, chunks
will now be written to a tmp file directly as they're uploaded.
So no more waiting so long for "rebuilding chunks".
There will still be some delay on every following attempts of uploading
each chunks. I'm not sure the specifics, as we're already reusing the
write stream.
2020-06-15 23:14:33 +07:00
..
albumsController.js Improved albums public page cache and more 2020-06-03 10:44:24 +07:00
authController.js !!! RUN "yarn migrate" !!! 2020-05-16 22:32:32 +07:00
multerStorageController.js BLAZING FAST CHUNKED UPLOADS 🚀 2020-06-15 23:14:33 +07:00
pathsController.js Fixed racing condition in initial dirs creation 2020-05-28 23:10:56 +07:00
permissionController.js Added group bypass to virus scanning 2019-11-06 03:35:04 +07:00
tokenController.js Added client assets update detection 2020-04-30 05:56:28 +07:00
uploadController.js BLAZING FAST CHUNKED UPLOADS 🚀 2020-06-15 23:14:33 +07:00
utilsController.js More fixes to thumbnailers 2020-06-15 21:04:30 +07:00