From 316fac1e7557b72b637828e7a25d9e6ae82ca174 Mon Sep 17 00:00:00 2001 From: Arksine Date: Fri, 5 Mar 2021 12:59:42 -0500 Subject: [PATCH] docs: update default for max_upload_size We now default 1024 MiB. Signed-off-by: Eric Callahan --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3e11b32..595628b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -35,8 +35,8 @@ port: 7125 klippy_uds_address: /tmp/klippy_uds # The address of Unix Domain Socket used to communicate with Klippy. Default # is /tmp/klippy_uds -max_upload_size: 200 -# The maximum size allowed for a file upload. Default is 200 MiB. +max_upload_size: 1024 +# The maximum size allowed for a file upload (in MiB). Default is 1024 MiB. enable_debug_logging: True # 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.