We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d9fa1f + 8d3b7eb commit d47a26dCopy full SHA for d47a26d
apps/files/js/file-upload.js
@@ -902,7 +902,7 @@ OC.Uploader.prototype = _.extend({
902
dropZone: options.dropZone, // restrict dropZone to content div
903
autoUpload: false,
904
sequentialUploads: false,
905
- limitConcurrentUploads: 10,
+ limitConcurrentUploads: 4,
906
/**
907
* on first add of every selection
908
* - check all files of originalFiles array with files in dir
0 commit comments