Fix FAQ HEALTH_TARGET_ADDRESS default value

Quentin McGaw
2022-06-15 21:15:33 -04:00
parent 1cfa086388
commit b8fddfe5bd
+1 -1
@@ -3,7 +3,7 @@
## Internal healthcheck ## Internal healthcheck
The internal healthcheck runs from the start of the program, and cannot be disabled. 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. 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: This internal healthcheck runs on different periods: