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 committed by backportbot[bot]
parent 3a362c4460
commit fc20b0cab8

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