mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
minor: fix docstring of DNSOnlyPassing (#8318)
In runtime.go it had "duration" but it is actually a boolean.
This commit is contained in:
parent
a93bc5cd18
commit
3bc27df844
@ -293,7 +293,7 @@ type RuntimeConfig struct {
|
||||
// whose health checks are in any non-passing state. By
|
||||
// default, only nodes in a critical state are excluded.
|
||||
//
|
||||
// hcl: dns_config { only_passing = "duration" }
|
||||
// hcl: dns_config { only_passing = (true|false) }
|
||||
DNSOnlyPassing bool
|
||||
|
||||
// DNSRecursorTimeout specifies the timeout in seconds
|
||||
|
Loading…
x
Reference in New Issue
Block a user