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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJürgen Weigert <jnweiger@gmail.com>2020-03-26 03:59:57 +0300
committerGitHub <noreply@github.com>2020-03-26 03:59:57 +0300
commit41182605f0d8760d8d2573dcee2ed1b36be8bafe (patch)
treead2c51fc1137c6478c7bb7f6edaac77861bc9b4a /docs
parente9283ba3a776a4055efb94be9285b34bf2dbc67e (diff)
document how to disable chunking (#7653)
* document how to disable chunking * Update docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc Co-authored-by: Martin <martin.mattel@diemattels.at> Co-authored-by: Michael Stingl <214010+michaelstingl@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc b/docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc
index 6389a47bb..ac2978fd3 100644
--- a/docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc
+++ b/docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc
@@ -19,6 +19,7 @@ The environment variables are:
| 10000000 (or 10 MB)
| Specifies the initial chunk size of uploaded files in bytes.
The client will dynamically adjust this size within the maximum and minimum bounds (see below).
+To disable chunking completely, set `OWNCLOUD_CHUNK_SIZE=0` .
| `OWNCLOUD_MAX_CHUNK_SIZE`
| 100000000 (or 100 MB)