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:
authorPierre Ozoux <pierre@ozoux.net>2022-04-26 16:01:19 +0300
committerPierre Ozoux <pierre@ozoux.net>2022-04-26 16:04:49 +0300
commita0cb94dc073e5b7ab37a783740740184c85f28fa (patch)
treef72c49556aadc4ca5f0fb4c57b197570fc15484e
parentdffbddcca6fa0221b8f2ac138732cf01154a5187 (diff)
Adds uploadPartSize to config sample.pierreozoux-patch-2
closes https://github.com/nextcloud/server/issues/24390 Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
-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..c8fd0bd4923 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'