disable multiparts uploads

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-03-15 15:59:57 +01:00
parent d7625de68d
commit f1a6472a6d
2 changed files with 7 additions and 0 deletions
@@ -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",