Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-04-28 03:14:03 +0300
committerGitHub <noreply@github.com>2022-04-28 03:14:03 +0300
commitd6be54e147da0272214b242274142cbd6c424ec2 (patch)
tree4f5bdef0b404b04f8a84bb238b121eabf23b83bf
parent768da60ae2bc11b415b52624121d70316c1e9de6 (diff)
parent1de9c66a9db711ffd4f5f845d7afd63131caceef (diff)
Merge pull request #32164 from nextcloud/pierreozoux-patch-2
-rw-r--r--config/config.sample.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 54d3d46070a..d4facbfeaff 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1467,6 +1467,8 @@ $CONFIG = [
'region' => 'RegionOne',
// The Identity / Keystone endpoint
'url' => 'http://8.21.28.222:5000/v2.0',
+ // uploadPartSize: size of the uploaded chunks, defaults to 524288000
+ 'uploadPartSize' => 524288000,
// required on dev-/trystack
'tenantName' => 'facebook100000123456789',
// dev-/trystack uses swift by default, the lib defaults to 'cloudFiles'