From b11741cf588d7aa7a7dc5f12a07a9e23169675a4 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 8 Aug 2021 20:17:09 +0200 Subject: 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(-) (limited to 'apps/files/js/file-upload.js') 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 -- cgit v1.2.3