Merge pull request #13035 from nextcloud/wording-chunk-size

Rename a left-over mention of max_chunk_size
This commit is contained in:
rakekniven
2025-04-11 19:36:29 +02:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ Put in a value in bytes (in this example, 20MB). Set ``--value 0`` for no chunki
Default is ``104857600`` (100 MiB).
.. note:: Changing ``max_chunk_size`` will not have any performance impact on files uploaded through File Drop shares as unauthenticated file uploads are not chunked.
.. note:: Changing ``files.chunked_upload.max_size`` will not have any performance impact on files uploaded through File Drop shares as unauthenticated file uploads are not chunked.
Large file upload on object storage
-----------------------------------