File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
admin_manual/configuration_files Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ hard limits that cannot be exceeded:
1414filesystem.
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
1920System configuration
2021--------------------
@@ -138,3 +139,13 @@ the longest upload will take. If unsure remove this completely from your
138139configuration 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).
You can’t perform that action at this time.
0 commit comments