Currently when parallelChunkUploads is set to true, all the chunks are getting uploaded at the same time. If the file size is 6GB and the chunk size is 10MB, 600 chunks are getting uploaded at the same time. Is there a way to control the number of parallel uploads?
Configuration:
chunking: true,
chunkSize: 10000000,
forceChunking: true,
retryChunks: true,
retryChunksLimit: 3,
parallelUploads:1,
parallelChunkUploads: true