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:
@@ -338,5 +338,11 @@ class ServerConstants {
|
||||
|
||||
@JvmField
|
||||
var STARTUP_MOMENT = Calendar.getInstance()
|
||||
|
||||
@JvmField
|
||||
var CONNECTIVITY_CHECK_URL = "https://google.com,https://2009scape.org"
|
||||
|
||||
@JvmField
|
||||
var CONNECTIVITY_TIMEOUT = 500
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user