Change the concurrent upload limit to less than 10

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-08-08 20:17:09 +02:00
parent 27847a9250
commit b11741cf58

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