mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Change the concurrent upload limit to less than 10
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
27847a9250
commit
b11741cf58
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue