0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05:00
pingvin-share/backend
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
..
prisma feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
src feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
test feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
.eslintrc.json chore: add eslint 2022-10-13 23:57:37 +02:00
Dockerfile feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00
nest-cli.json feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00
package-lock.json feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
package.json feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
tsconfig.build.json feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00
tsconfig.json feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00