docs(admin): Rename a left-over mention of max_chunk_size

The setting is now files.chunked_upload.max_size, which was already
changed in a previous occurrence in this file.

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2025-04-11 19:02:41 +02:00
parent 8300693783
commit b3149733ff

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
-----------------------------------