Update big_file_upload_configuration.rst

The example instruction should be complete, so including all the necessary tokens for a valid execution of the command.
This commit is contained in:
Pietro Marini
2021-09-22 11:11:20 +02:00
committed by GitHub
parent 3620ce12c7
commit a7cdd842f4

View File

@@ -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 20MB
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 MiB).