Update big_file_upload_configuration.rst

This commit is contained in:
Pietro Marini
2021-09-22 11:31:27 +02:00
committed by GitHub
parent a7cdd842f4
commit 356f2e7707

View File

@@ -149,7 +149,7 @@ 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 --value 20MB
sudo -u www-data php occ config:app:set files max_chunk_size --value 20971520
Put in a value in bytes (in this example, 20MB). Set ``--value 0`` for no chunking at all.