mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 23:19:13 -06:00
Merge pull request #7273 from owncloud/change-default-config-tus
change the default value for TUS
This commit is contained in:
5
changelog/unreleased/change-default-config-tus.md
Normal file
5
changelog/unreleased/change-default-config-tus.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Change: Change the default TUS chunk size
|
||||
|
||||
We changed the default TUS chunk size from 100MB to 10MB. You can still use the old value by configuring it in your deployment.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/7273
|
||||
@@ -83,7 +83,7 @@ func DefaultConfig() *config.Config {
|
||||
EnableFavorites: false,
|
||||
EnableProjectSpaces: true,
|
||||
EnableShareJail: true,
|
||||
UploadMaxChunkSize: 1e+8,
|
||||
UploadMaxChunkSize: 1e+7,
|
||||
UploadHTTPMethodOverride: "",
|
||||
DefaultUploadProtocol: "tus",
|
||||
EnableResharing: true,
|
||||
|
||||
Reference in New Issue
Block a user