fix: correct grace comment in config defaults — additional wait time, not a multiplier

This commit is contained in:
2026-05-09 12:14:47 -04:00
parent 6e396ad760
commit c9f15a3f1c
+1 -1
View File
@@ -27,7 +27,7 @@ SERVER_DEFAULTS = {
# Monitoring settings # Monitoring settings
"interval": 20, # Expected heartbeat interval (for server checks) "interval": 20, # Expected heartbeat interval (for server checks)
"grace": 2, # Grace multiplier (interval * grace = timeout) "grace": 2, # Grace period (extra seconds before notifying after a missed heartbeat)
"threshold_renotify_interval": 3600, # Seconds between threshold re-notifications "threshold_renotify_interval": 3600, # Seconds between threshold re-notifications
# User management # User management