refactor: set parallelUploads to 10
This commit is contained in:
parent
9a9357bfc0
commit
48f29a1338
|
@ -150,7 +150,7 @@ export function useUppy({
|
||||||
})
|
})
|
||||||
|
|
||||||
if (useTus) {
|
if (useTus) {
|
||||||
uppy.use(Tus, { endpoint: endpoint, limit: 6 })
|
uppy.use(Tus, { endpoint: endpoint, limit: 6, parallelUploads: 10 })
|
||||||
uppy.addPreProcessor(tusPreprocessor)
|
uppy.addPreProcessor(tusPreprocessor)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue