docs: update default for max_upload_size

We now default 1024 MiB.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-03-05 12:59:42 -05:00
parent d057795bee
commit 316fac1e75
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ port: 7125
klippy_uds_address: /tmp/klippy_uds klippy_uds_address: /tmp/klippy_uds
# The address of Unix Domain Socket used to communicate with Klippy. Default # The address of Unix Domain Socket used to communicate with Klippy. Default
# is /tmp/klippy_uds # is /tmp/klippy_uds
max_upload_size: 200 max_upload_size: 1024
# The maximum size allowed for a file upload. Default is 200 MiB. # The maximum size allowed for a file upload (in MiB). Default is 1024 MiB.
enable_debug_logging: True enable_debug_logging: True
# When set to True Moonraker will log in verbose mode. During this stage # When set to True Moonraker will log in verbose mode. During this stage
# of development the default is True. In the future this will change. # of development the default is True. In the future this will change.