Automatically reload config every seconds (disabled by default) (#86)

* Automatically reload config every seconds (disabld by default)

* add that
This commit is contained in:
Lev Kokotov
2022-06-25 11:46:20 -07:00
committed by GitHub
parent f06f64119c
commit 5bcd3bf9c3
5 changed files with 41 additions and 9 deletions

View File

@@ -29,6 +29,9 @@ healthcheck_timeout = 1000
# For how long to ban a server if it fails a health check (seconds).
ban_time = 60 # Seconds
# Reload config automatically if it changes.
autoreload = false
#
# User to use for authentication against the server.
[user]