mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:42:23 -05:00
Merge pull request #7416 from kobergj/DefaultAsyncUploads
[full-ci] Set default AsyncUploads to true
This commit is contained in:
5
changelog/unreleased/default-async-uploads.md
Normal file
5
changelog/unreleased/default-async-uploads.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Set default for Async Uploads to true
|
||||
|
||||
Async Uploads are meanwhile standard and needed for multiple features. Hence we default them to true
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7416
|
||||
@@ -50,7 +50,7 @@ func DefaultConfig() *config.Config {
|
||||
Endpoint: "127.0.0.1:9233",
|
||||
Cluster: "ocis-cluster",
|
||||
DebounceDuration: 1000,
|
||||
AsyncUploads: false,
|
||||
AsyncUploads: true,
|
||||
EnableTLS: false,
|
||||
},
|
||||
ContentExtractionSizeLimit: 20 * 1024 * 1024, // Limit content extraction to <20MB files by default
|
||||
|
||||
@@ -85,6 +85,7 @@ func DefaultConfig() *config.Config {
|
||||
PermissionsEndpoint: "com.owncloud.api.settings",
|
||||
MaxAcquireLockCycles: 20,
|
||||
LockCycleDurationFactor: 30,
|
||||
AsyncUploads: true,
|
||||
},
|
||||
},
|
||||
Events: config.Events{
|
||||
|
||||
Reference in New Issue
Block a user