This is an automated email from the ASF dual-hosted git repository. jsime pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit 4153ae78a20ecbb303c3812702806fbd99796ae0 Author: Jon Sime <[email protected]> AuthorDate: Mon Aug 22 18:13:56 2016 +0000 docs: correct records.config entry for proxy.config.hostdb.max_size --- doc/admin-guide/files/records.config.en.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index 3f3684d..608adb6 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -2355,7 +2355,7 @@ HostDB If not set then stale records are not served. -.. ts:cv:: CONFIG proxy.config.hostdb.storage_size INT 1073741824 +.. ts:cv:: CONFIG proxy.config.hostdb.max_size INT 10737418240 :metric: bytes The maximum amount of space (in bytes) allocated to ``hostdb``. @@ -2368,7 +2368,8 @@ HostDB .. note:: - For values above ``200000``, you must increase :ts:cv:`proxy.config.hostdb.storage_size` by at least 44 bytes per entry. + For values above ``200000``, you must increase :ts:cv:`proxy.config.hostdb.max_size` + by at least 44 bytes per entry. .. ts:cv:: CONFIG proxy.config.hostdb.ttl_mode INT 0 :reloadable: -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
