From: hno <> Date: Wed, 22 Aug 2007 05:51:36 +0000 (+0000) Subject: Move ipcache/fqdncache options to the DNS OPTIONS section X-Git-Tag: SQUID_3_0_PRE7~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bc15a4f7159b320c09cf15cd4d4673413f53418;p=thirdparty%2Fsquid.git Move ipcache/fqdncache options to the DNS OPTIONS section --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 8568fc3400..f09b160bdd 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.455 2007/08/21 23:50:12 hno Exp $ +# $Id: cf.data.pre,v 1.456 2007/08/21 23:51:36 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -785,38 +785,6 @@ DOC_START enough to keep larger objects from hoarding cache_mem . DOC_END -NAME: ipcache_size -COMMENT: (number of entries) -TYPE: int -DEFAULT: 1024 -LOC: Config.ipcache.size -DOC_NONE - -NAME: ipcache_low -COMMENT: (percent) -TYPE: int -DEFAULT: 90 -LOC: Config.ipcache.low -DOC_NONE - -NAME: ipcache_high -COMMENT: (percent) -TYPE: int -DEFAULT: 95 -LOC: Config.ipcache.high -DOC_START - The size, low-, and high-water marks for the IP cache. -DOC_END - -NAME: fqdncache_size -COMMENT: (number of entries) -TYPE: int -DEFAULT: 1024 -LOC: Config.fqdncache.size -DOC_START - Maximum number of FQDN cache entries. -DOC_END - NAME: memory_replacement_policy TYPE: removalpolicy LOC: Config.memPolicy @@ -4964,6 +4932,38 @@ DOC_START nameservers by setting this option to 'off'. DOC_END +NAME: ipcache_size +COMMENT: (number of entries) +TYPE: int +DEFAULT: 1024 +LOC: Config.ipcache.size +DOC_NONE + +NAME: ipcache_low +COMMENT: (percent) +TYPE: int +DEFAULT: 90 +LOC: Config.ipcache.low +DOC_NONE + +NAME: ipcache_high +COMMENT: (percent) +TYPE: int +DEFAULT: 95 +LOC: Config.ipcache.high +DOC_START + The size, low-, and high-water marks for the IP cache. +DOC_END + +NAME: fqdncache_size +COMMENT: (number of entries) +TYPE: int +DEFAULT: 1024 +LOC: Config.fqdncache.size +DOC_START + Maximum number of FQDN cache entries. +DOC_END + COMMENT_START MISCELLANEOUS -----------------------------------------------------------------------------