]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Move ipcache/fqdncache options to the DNS OPTIONS section
authorhno <>
Wed, 22 Aug 2007 05:51:36 +0000 (05:51 +0000)
committerhno <>
Wed, 22 Aug 2007 05:51:36 +0000 (05:51 +0000)
src/cf.data.pre

index 8568fc3400f19301607e63a97fafee23fe7ff6d8..f09b160bddb76d049349f1904108165b70d58102 100644 (file)
@@ -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
  -----------------------------------------------------------------------------