mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #28354 from nextcloud/backport/28352/stable21
[stable21] Change the concurrent upload limit to less than 10
This commit is contained in:
commit
d53a6dac31
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