Merge pull request #28353 from nextcloud/backport/28352/stable22

[stable22] Change the concurrent upload limit to less than 10
This commit is contained in:
szaimen 2021-08-09 18:02:09 +02:00 committed by GitHub
commit 876545502c
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