docs: document the `enable_auto_refresh` option
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
ddc7405249
commit
aa9bf0fb9c
|
@ -263,6 +263,12 @@ enable_repo_debug: False
|
||||||
# detached repos are also allowed. This option is intended for
|
# detached repos are also allowed. This option is intended for
|
||||||
# developers and should not be used on production machines. The
|
# developers and should not be used on production machines. The
|
||||||
# default is False.
|
# default is False.
|
||||||
|
enable_auto_refresh: False
|
||||||
|
# When set to True Moonraker will attempt to fetch status about
|
||||||
|
# available updates roughly every 24 hours, between 12am-4am.
|
||||||
|
# When set to False Moonraker will only fetch update state on startup
|
||||||
|
# and clients will need to request that Moonraker updates state. The
|
||||||
|
# default is False.
|
||||||
distro: debian
|
distro: debian
|
||||||
# The disto in which moonraker has been installed. Currently the
|
# The disto in which moonraker has been installed. Currently the
|
||||||
# update manager only supports "debian", which encompasses all of
|
# update manager only supports "debian", which encompasses all of
|
||||||
|
|
Loading…
Reference in New Issue