Skip to content

Limit number of parallel chunks upload

At this moment, when we turn on parallel upload of chunks, Dropzone will create and dispatch all XHR calls at once in a loop. What this merge-request proposes is a way to limit the number of requests initially dispatched. Existing code will carry on with its original duty and dispatch next requests as each one of them finish.

Merge request reports

Loading