Document proxy.config.cache.hostdb.sync_frequency
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ac8f298f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ac8f298f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ac8f298f Branch: refs/heads/master Commit: ac8f298f72a95c0790cdb67d44dac0ef3febdeca Parents: 84bd4fd Author: Thomas Jackson <[email protected]> Authored: Mon Feb 29 19:49:44 2016 -0800 Committer: Thomas Jackson <[email protected]> Committed: Wed Mar 2 08:45:58 2016 -0800 ---------------------------------------------------------------------- doc/admin-guide/files/records.config.en.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ac8f298f/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 120d2e4..028aa5a 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -2232,6 +2232,13 @@ This value is a global default that can be overridden by :ts:cv:`proxy.config.ht origin server is determined by the client, which forces the IP address family of the address used for the origin server. In effect, outbound transparent connections always use a resolution style of "``client``". +.. ts:cv:: CONFIG proxy.config.cache.hostdb.sync_frequency INT 120 + + Set the frequency (in seconds) to sync hostdb to disk. + + 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 + Logging Configuration =====================
