This is an automated email from the ASF dual-hosted git repository. sudheerv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push: new e5fcd1d Update docs for some DNS config settings (#6969) e5fcd1d is described below commit e5fcd1d415a96627917d03da47b86118751df7a5 Author: Sudheer Vinukonda <sudhe...@apache.org> AuthorDate: Wed Jul 1 16:17:55 2020 -0700 Update docs for some DNS config settings (#6969) --- doc/admin-guide/files/records.config.en.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index a32fc7c..999f21a 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -2554,6 +2554,18 @@ DNS ``2`` TCP_ONLY: |TS| always talks to nameservers over TCP. ===== ====================================================================== +.. ts:cv:: CONFIG proxy.config.dns.max_dns_in_flight INT 2048 + + Maximum inflight DNS queries made by |TS| at any given instant + +.. ts:cv:: CONFIG proxy.config.dns.lookup_timeout INT 20 + + Time to wait for a DNS response in seconds. + +.. ts:cv:: CONFIG proxy.config.dns.retries INT 5 + + Maximum number of retries made by |TS| on a given DNS query + HostDB ======