Merge pull request #8667 from kobergj/HotfixDisableMultiparts

[Backport] Disable Multipart Uploads
This commit is contained in:
Michael Barz
2024-03-15 17:54:40 +01:00
committed by GitHub
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",