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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user