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