Browse Source

Change the concurrent upload limit to less than 10

Signed-off-by: szaimen <szaimen@e.mail.de>
pull/28352/head
szaimen 5 years ago
parent
commit
b11741cf58
  1. 2
      apps/files/js/file-upload.js

2
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

Loading…
Cancel
Save