mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 17:55:24 +02:00
change default for MaxConcurrency
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -73,6 +73,7 @@ func DefaultConfig() *config.Config {
|
||||
GeneralSpaceAliasTemplate: "{{.SpaceType}}/{{.SpaceName | replace \" \" \"-\" | lower}}",
|
||||
PermissionsEndpoint: "com.owncloud.api.settings",
|
||||
MaxAcquireLockCycles: 20,
|
||||
MaxConcurrency: 5,
|
||||
LockCycleDurationFactor: 30,
|
||||
},
|
||||
OCIS: config.OCISDriver{
|
||||
@@ -85,6 +86,7 @@ func DefaultConfig() *config.Config {
|
||||
GeneralSpaceAliasTemplate: "{{.SpaceType}}/{{.SpaceName | replace \" \" \"-\" | lower}}",
|
||||
PermissionsEndpoint: "com.owncloud.api.settings",
|
||||
MaxAcquireLockCycles: 20,
|
||||
MaxConcurrency: 5,
|
||||
LockCycleDurationFactor: 30,
|
||||
AsyncUploads: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user