disable multiparts uploads
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
Bugfix: Disable Multipart uploads
|
||||||
|
|
||||||
|
Disables multiparts uploads as they lead to high memory consumption
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/8666
|
||||||
|
|
||||||
@@ -121,6 +121,7 @@ func DefaultConfig() *config.Config {
|
|||||||
MaxAcquireLockCycles: 20,
|
MaxAcquireLockCycles: 20,
|
||||||
MaxConcurrency: 5,
|
MaxConcurrency: 5,
|
||||||
LockCycleDurationFactor: 30,
|
LockCycleDurationFactor: 30,
|
||||||
|
DisableMultipart: true,
|
||||||
},
|
},
|
||||||
OCIS: config.OCISDriver{
|
OCIS: config.OCISDriver{
|
||||||
MetadataBackend: "messagepack",
|
MetadataBackend: "messagepack",
|
||||||
|
|||||||
Reference in New Issue
Block a user