Skip to content

Commit

Permalink
raise default concurrency to 5
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Nov 25, 2024
1 parent f87f767 commit a27b9b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/raise-default-concurrency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: raise default concurrency to 5

We increased the default concurrency to get more work done concurrently.

https://github.com/owncloud/ocis/pull/10595
2 changes: 1 addition & 1 deletion services/sharing/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func DefaultConfig() *config.Config {
JSONCS3: config.UserSharingJSONCS3Driver{
ProviderAddr: "com.owncloud.api.storage-system",
SystemUserIDP: "internal",
MaxConcurrency: 1,
MaxConcurrency: 5,
},
OwnCloudSQL: config.UserSharingOwnCloudSQLDriver{
DBUsername: "owncloud",
Expand Down

0 comments on commit a27b9b1

Please sign in to comment.