Allow short healthcheck interval with long timeout

This commit is contained in:
Kevin McConnell 2023-08-08 15:40:05 +01:00 committed by GitHub
parent d6457e6cbb
commit 55e00be36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 6 deletions

View file

@ -338,7 +338,6 @@ Below are the available options for the health check mechanism:
!!! info "Interval & Timeout Format"
Interval and timeout are to be given in a format understood by [time.ParseDuration](https://golang.org/pkg/time/#ParseDuration).
The interval must be greater than the timeout. If configuration doesn't reflect this, the interval will be set to timeout + 1 second.
!!! info "Recovering Servers"