Skip to content

Commit

Permalink
Merge pull request #8666 from kobergj/DisableMultipartUploads
Browse files Browse the repository at this point in the history
Disable Multiparts uploads
  • Loading branch information
micbar committed Mar 15, 2024
2 parents d7625de + f1a6472 commit f6af0fa
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 f6af0fa

Please sign in to comment.