Elias Schneider
|
653d72bcb9
|
feat: chunk uploads (#76)
* add first concept
* finished first concept
* allow 3 uploads at same time
* retry if chunk failed
* updated clean temporary files job
* fix throttling for chunk uploads
* update tests
* remove multer
* migrate from `MAX_FILE_SIZE` to `MAX_SHARE_SIZE`
* improve error handling if file failed to upload
* fix promise limit
* improve file progress
|
2023-01-09 11:43:48 +01:00 |
|
Elias Schneider
|
05cbb7b27e
|
fix: jobs never get executed
|
2022-12-10 17:16:49 +01:00 |
|
Elias Schneider
|
b649d8bf8e
|
feat: add job that deleted temporary files
|
2022-12-01 23:21:12 +01:00 |
|
Elias Schneider
|
e40cc0f48b
|
fix: only log jobs if they actually did something
|
2022-10-31 10:33:27 +01:00 |
|
Elias Schneider
|
9d973c91bc
|
refactor: move jobs folder into src root
|
2022-10-16 00:25:32 +02:00 |
|