summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-08-09 18:02:09 +0200
committerGitHub <noreply@github.com>2021-08-09 18:02:09 +0200
commit876545502cc290cdb23625e9253b821b336e6830 (patch)
tree1e09775ff4bc377a4adb5b3c19def224f00d0a6b /apps
parentfaef6db11a4ae15e13e1511a0ea78b93a6d16432 (diff)
parent6acf1a5493e620c101dfb74cbca7dbe9039f0060 (diff)
downloadnextcloud-server-876545502cc290cdb23625e9253b821b336e6830.tar.gz
nextcloud-server-876545502cc290cdb23625e9253b821b336e6830.zip
Merge pull request #28353 from nextcloud/backport/28352/stable22
[stable22] Change the concurrent upload limit to less than 10
Diffstat (limited to 'apps')
-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