Halt tick processing if the server isn't able to reach the internet when watchdog is enabled (configurable via server config options connectivity_check_url and connectivity_timeout)

This commit is contained in:
Ceikry
2024-07-18 08:07:35 +00:00
committed by Ryan
parent 53357d20f3
commit 806680517b
6 changed files with 71 additions and 13 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ noauth_default_admin = true #NOTE: If we are not using auth, this determines whe
#------------------------------------------------------------------------------------------------------
#The limit on how many different accounts a player can log into per day.
daily_accounts_per_ip = 3
watchdog_enabled = false
watchdog_enabled = true
connectivity_check_url = "https://google.com,https://2009scape.org"
connectivity_timeout = 500
[database]
database_name = "global"