mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #7154 from nextcloud/backport/7139/stable20
[stable20] Make the example command syntactically correct
This commit is contained in:
commit
f9df8e95b9
@ -149,9 +149,9 @@ Adjust chunk size on Nextcloud side
|
||||
|
||||
For upload performance improvements in environments with high upload bandwidth, the server's upload chunk size may be adjusted::
|
||||
|
||||
sudo -u www-data php occ config:app:set files max_chunk_size
|
||||
sudo -u www-data php occ config:app:set files max_chunk_size --value 20971520
|
||||
|
||||
Put in a value in bytes or set ``--value 0`` for no chunking at all.
|
||||
Put in a value in bytes (in this example, 20MB). Set ``--value 0`` for no chunking at all.
|
||||
|
||||
Default is 10485760 (10 MB).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user