Skip to content

Commit 51713ce

Browse files
wiswedelbackportbot[bot]
authored andcommitted
document upload chunk size
documenting nextcloud/server#7056 Signed-off-by: Sascha Wiswedel <[email protected]>
1 parent c60d5ce commit 51713ce

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

admin_manual/configuration_files/big_file_upload_configuration.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ hard limits that cannot be exceeded:
1414
filesystem.
1515

1616
.. note:: The Nextcloud sync client is not affected by these upload limits
17-
as it is uploading files in smaller chunks.
17+
as it is uploading files in smaller chunks. See `Client documentation <https://docs.nextcloud.com/desktop/3.0/advancedusage.html>`_
18+
for more information on configuration options.
1819

1920
System configuration
2021
--------------------
@@ -138,3 +139,13 @@ the longest upload will take. If unsure remove this completely from your
138139
configuration to reset it to the default shown in the ``config.sample.php``.
139140

140141

142+
Adjust chunk size on Nextcloud side
143+
-----------------------------------
144+
145+
For upload performance improvements in environments with high upload bandwidth, the server's upload chunk size may be adjusted::
146+
147+
sudo -u www-data php occ config:app:set files max_chunk_size
148+
149+
Put in a value in bytes or set ``--value 0`` for no chunking at all.
150+
151+
Default is 10485760 (10 MB).

0 commit comments

Comments
 (0)