From 8d3b7ebc782ccd23919393efdf4ab8050d782082 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 8 Aug 2021 20:17:09 +0200 Subject: [PATCH] Change the concurrent upload limit to less than 10 Signed-off-by: szaimen --- apps/files/js/file-upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 178cda856a6ba..6cf5ae74b2107 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