Skip to content

Commit

Permalink
disable multiparts uploads
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <[email protected]>
  • Loading branch information
kobergj committed Mar 15, 2024
1 parent d7625de commit f1a6472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/non-default-multipartuploads.md
Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func DefaultConfig() *config.Config {
MaxAcquireLockCycles: 20,
MaxConcurrency: 5,
LockCycleDurationFactor: 30,
DisableMultipart: true,
},
OCIS: config.OCISDriver{
MetadataBackend: "messagepack",
Expand Down

0 comments on commit f1a6472

Please sign in to comment.