diff --git a/app/components/lib/uppy.ts b/app/components/lib/uppy.ts index d07ab95..9a433ce 100644 --- a/app/components/lib/uppy.ts +++ b/app/components/lib/uppy.ts @@ -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) }