Skip to content

Commit

Permalink
disable multiparts uploads
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <jkoberg@owncloud.com>
  • Loading branch information
kobergj committed Mar 15, 2024
1 parent 8597ca4 commit e3101b4
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/8667

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 e3101b4

Please sign in to comment.