diff --git a/FAQ/Healthcheck.md b/FAQ/Healthcheck.md index b46bef5..e0b2ce4 100644 --- a/FAQ/Healthcheck.md +++ b/FAQ/Healthcheck.md @@ -3,7 +3,7 @@ ## Internal healthcheck The internal healthcheck runs from the start of the program, and cannot be disabled. -It TCP dials the address specified by `HEALTH_TARGET_ADDRESS`, which defaults to `github.com:443`. +It TCP dials the address specified by `HEALTH_TARGET_ADDRESS`, which defaults to `cloudflare.com:443`. The TCP dialing is a small operation which barely exchanges any data, and has a timeout of 3 seconds. This internal healthcheck runs on different periods: