Document `proxy.config.hostdb.verify_after`
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/82c39c8b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/82c39c8b Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/82c39c8b Branch: refs/heads/master Commit: 82c39c8b86f13e81a5d38a235a5925e941c64621 Parents: ac8f298 Author: Thomas Jackson <[email protected]> Authored: Mon Feb 29 20:04:37 2016 -0800 Committer: Thomas Jackson <[email protected]> Committed: Wed Mar 2 08:45:58 2016 -0800 ---------------------------------------------------------------------- doc/admin-guide/files/records.config.en.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/82c39c8b/doc/admin-guide/files/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index 028aa5a..8f4c576 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -2239,6 +2239,10 @@ This value is a global default that can be overridden by :ts:cv:`proxy.config.ht Note: hostdb is syncd to disk on a per-partition basis (of which there are 64). This means that the minumum time to sync all data to disk is :ts:cv:`proxy.config.cache.hostdb.sync_frequency` * 64 +.. ts:cv:: CONFIG proxy.config.hostdb.verify_after INT 720 + + Set the interval (in seconds) in which to re-query DNS regardless of TTL status. + Logging Configuration =====================
