Added website documentation for the new recursor_timeout parameter

This commit is contained in:
Pierre Delagrave 2016-08-29 14:41:30 -04:00
parent db8ff0a582
commit 578602f248

View File

@ -516,6 +516,9 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
are considered. For example, if a node has a health check that is critical then all services on are considered. For example, if a node has a health check that is critical then all services on
that node will be excluded because they are also considered critical. that node will be excluded because they are also considered critical.
* <a name="recursor_timeout"></a><a href="#recursor_timeout">`recursor_timeout`</a> Timeout used by consul while
recursively querying a downstream dns server. Default is 2s.
* <a name="disable_compression"></a><a href="#disable_compression">`disable_compression`</a> If * <a name="disable_compression"></a><a href="#disable_compression">`disable_compression`</a> If
set to true, DNS responses will not be compressed. Compression was added and enabled by default set to true, DNS responses will not be compressed. Compression was added and enabled by default
in Consul 0.7. in Consul 0.7.