Merge pull request #28352 from nextcloud/enh/18537/fix-concurrent-upload-limit

Change the concurrent upload limit to less than 10
This commit is contained in:
John Molakvoæ 2021-08-09 09:56:08 +02:00 committed by GitHub
commit c5c377f3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -902,7 +902,7 @@ OC.Uploader.prototype = _.extend({
dropZone: options.dropZone, // restrict dropZone to content div
autoUpload: false,
sequentialUploads: false,
limitConcurrentUploads: 10,
limitConcurrentUploads: 4,
/**
* on first add of every selection
* - check all files of originalFiles array with files in dir