mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
disable multiparts uploads
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
6
changelog/unreleased/non-default-multipartuploads.md
Normal file
6
changelog/unreleased/non-default-multipartuploads.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: Disable Multipart uploads
|
||||
|
||||
Disables multiparts uploads as they lead to high memory consumption
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8667
|
||||
|
||||
@@ -121,6 +121,7 @@ func DefaultConfig() *config.Config {
|
||||
MaxAcquireLockCycles: 20,
|
||||
MaxConcurrency: 5,
|
||||
LockCycleDurationFactor: 30,
|
||||
DisableMultipart: true,
|
||||
},
|
||||
OCIS: config.OCISDriver{
|
||||
MetadataBackend: "messagepack",
|
||||
|
||||
Reference in New Issue
Block a user