From: Pierre Ozoux Date: Tue, 26 Apr 2022 13:01:19 +0000 (+0200) Subject: Adds uploadPartSize to config sample. X-Git-Tag: v25.0.0beta1~496^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F32164%2Fhead;p=nextcloud-server.git Adds uploadPartSize to config sample. closes https://github.com/nextcloud/server/issues/24390 Signed-off-by: Pierre Ozoux --- 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'