limit the number of workers of the jsoncs3 share manager

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2024-11-14 17:43:47 +01:00
parent b52e6cc470
commit 53c48dcb5d
4 changed files with 11 additions and 4 deletions
@@ -45,8 +45,9 @@ func DefaultConfig() *config.Config {
SystemUserIDP: "internal",
},
JSONCS3: config.UserSharingJSONCS3Driver{
ProviderAddr: "com.owncloud.api.storage-system",
SystemUserIDP: "internal",
ProviderAddr: "com.owncloud.api.storage-system",
SystemUserIDP: "internal",
MaxConcurrency: 5,
},
OwnCloudSQL: config.UserSharingOwnCloudSQLDriver{
DBUsername: "owncloud",