Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-08-08 21:17:09 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-08-09 11:33:53 +0300
commit6acf1a5493e620c101dfb74cbca7dbe9039f0060 (patch)
tree1e09775ff4bc377a4adb5b3c19def224f00d0a6b /apps/files
parentfaef6db11a4ae15e13e1511a0ea78b93a6d16432 (diff)
Change the concurrent upload limit to less than 10
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/file-upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index 919a5314f6b..ec017ceb08e 100644
--- a/apps/files/js/file-upload.js
+++ b/apps/files/js/file-upload.js
@@ -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