mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
Merge pull request #8317 from owncloud/fix-concurrent-shares-config
fix: setting config for concurrent share requests
This commit is contained in:
5
changelog/unreleased/fix-concurrent-shares-config.md
Normal file
5
changelog/unreleased/fix-concurrent-shares-config.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Fix concurrent shares config
|
||||
|
||||
We fixed setting the config for concurrent web requests, which did not work as expected before.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8317
|
||||
@@ -118,7 +118,9 @@ func DefaultConfig() *config.Config {
|
||||
Editor: &config.Editor{},
|
||||
FeedbackLink: &config.FeedbackLink{},
|
||||
Embed: &config.Embed{},
|
||||
ConcurrentRequests: &config.ConcurrentRequests{},
|
||||
ConcurrentRequests: &config.ConcurrentRequests{
|
||||
Shares: &config.ConcurrentRequestsShares{},
|
||||
},
|
||||
Routing: config.Routing{
|
||||
IDBased: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user