refactor: set parallelUploads to 10

This commit is contained in:
Derrick Hammer 2024-03-18 18:20:24 -04:00
parent 9a9357bfc0
commit 48f29a1338
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export function useUppy({
})
if (useTus) {
uppy.use(Tus, { endpoint: endpoint, limit: 6 })
uppy.use(Tus, { endpoint: endpoint, limit: 6, parallelUploads: 10 })
uppy.addPreProcessor(tusPreprocessor)
}