Skip to content

Commit d47a26d

Browse files
authored
Merge pull request #28355 from nextcloud/backport/28352/stable20
[stable20] Change the concurrent upload limit to less than 10
2 parents 2d9fa1f + 8d3b7eb commit d47a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files/js/file-upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ OC.Uploader.prototype = _.extend({
902902
dropZone: options.dropZone, // restrict dropZone to content div
903903
autoUpload: false,
904904
sequentialUploads: false,
905-
limitConcurrentUploads: 10,
905+
limitConcurrentUploads: 4,
906906
/**
907907
* on first add of every selection
908908
* - check all files of originalFiles array with files in dir

0 commit comments

Comments
 (0)