]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cf.data.pre
Added a default ICAP Options-TTL setting.
[thirdparty/squid.git] / src / cf.data.pre
index c5ea12afe4fef09fa4073b48da3d178456117c6b..666e8f253006bf467a94e0e400394cf68f7489dc 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.408 2005/12/01 23:23:59 wessels Exp $
+# $Id: cf.data.pre,v 1.409 2005/12/13 22:17:02 wessels Exp $
 #
 #
 # SQUID Web Proxy Cache                http://www.squid-cache.org/
@@ -4789,6 +4789,16 @@ DOC_START
         basis by OPTIONS requests.
 DOC_END
 
+NAME: icap_default_options_ttl
+TYPE: int
+IFDEF: ICAP_CLIENT
+LOC: TheICAPConfig.default_options_ttl
+DEFAULT: 60
+DOC_START
+        The default TTL value for ICAP OPTIONS responses that don't have
+       an Options-TTL header.
+DOC_END
+
 NAME: icap_persistent_connections
 TYPE: onoff
 IFDEF: ICAP_CLIENT