docs: Fix reference to dns_config.use_cache
This commit is contained in:
parent
4ebdbf57d7
commit
ad0c4aacb6
|
@ -2213,7 +2213,7 @@ bind_addr = "{{ GetPrivateInterfaces | include \"network\" \"10.0.0.0/8\" | attr
|
|||
streaming rpc, instead of the traditional blocking queries, for endpoints which support
|
||||
streaming. All servers must have [`rpc.enable_streaming`](#rpc_enable_streaming)
|
||||
enabled before any client can enable `use_streaming_backend`.
|
||||
At least one of [`dns.use_cache`](#dns_use_cache) or
|
||||
At least one of [`dns_config.use_cache`](#dns_use_cache) or
|
||||
[`http_config.use_cache`](#http_config_use_cache) must be enabled, otherwise
|
||||
this setting has no effect.
|
||||
`use_streaming_backend` will default to true in a future version of Consul.
|
||||
|
|
Loading…
Reference in New Issue