mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
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:
@ -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
|
||||
-----------------------------------
|
||||
|
Reference in New Issue
Block a user