doc: split_uploads
Massimo Melina committed
Aug 31, 2025 at 11:07 UTC
b06faa6fd660898b2ddef291004a98130f1faed6
1 file changed
+2
-1
config.md
+2
-1
@@ -127,7 +127,8 @@ Configuration can be done in several ways
127
- `authorization_header` support Authentication HTTP header. Default is true. No UI.
128
- `cache_control_disk_files` number of seconds after which the browser should bypass the cache and check the server for an updated version of the file. Default is 5. No UI.
129
- `disable_custom_html` disable the content of `custom_html`. Default is false.
130
-- `create-admin` special entry to quickly create an admin account. The value will be set as password. As soon as the account is created, this entry is removed.
130
+- `split_uploads` The size in megabytes of the chunks the upload will be split into. Default is none.
131
+- `create-admin` special entry to quickly create an admin account. The value will be set as the password. As soon as the account is created, this entry is removed.
132
133
#### Virtual File System (VFS)
134