mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
fix(sharing): use 1 worker in single binary
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -47,7 +47,7 @@ func DefaultConfig() *config.Config {
|
||||
JSONCS3: config.UserSharingJSONCS3Driver{
|
||||
ProviderAddr: "com.owncloud.api.storage-system",
|
||||
SystemUserIDP: "internal",
|
||||
MaxConcurrency: 5,
|
||||
MaxConcurrency: 1,
|
||||
},
|
||||
OwnCloudSQL: config.UserSharingOwnCloudSQLDriver{
|
||||
DBUsername: "owncloud",
|
||||
|
||||
Reference in New Issue
Block a user