disable multiparts uploads

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-03-15 15:42:28 +01:00
parent 8597ca43df
commit e3101b4c40
2 changed files with 7 additions and 0 deletions

View 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

View File

@@ -121,6 +121,7 @@ func DefaultConfig() *config.Config {
MaxAcquireLockCycles: 20,
MaxConcurrency: 5,
LockCycleDurationFactor: 30,
DisableMultipart: true,
},
OCIS: config.OCISDriver{
MetadataBackend: "messagepack",