mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 10:00:10 -05:00
change default for MaxConcurrency
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Generated
Vendored
+1
-1
@@ -149,7 +149,7 @@ func New(m map[string]interface{}) (*Options, error) {
|
||||
}
|
||||
|
||||
if o.MaxConcurrency <= 0 {
|
||||
o.MaxConcurrency = 100
|
||||
o.MaxConcurrency = 5
|
||||
}
|
||||
|
||||
if o.Propagator == "" {
|
||||
|
||||
Reference in New Issue
Block a user