From: Christos Tsantilas Date: Wed, 25 Jun 2014 09:54:28 +0000 (-0600) Subject: Docs: external_acl_type documentation lies for cache=n option X-Git-Tag: SQUID_3_4_6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ebd27bd006ddda787543c328438e7ac9b50a97;p=thirdparty%2Fsquid.git Docs: external_acl_type documentation lies for cache=n option The default cache size for external_acl_type is 256*1024 not unbounded as documentation says. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 777d73c24a..b4b2c208dd 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -686,7 +686,7 @@ DOC_START Up to the value of children-max. (default 1) concurrency=n concurrency level per process. Only used with helpers capable of processing more than one query at a time. - cache=n limit the result cache size, default is unbounded. + cache=n limit the result cache size, default is 262144. grace=n Percentage remaining of TTL where a refresh of a cached entry should be initiated without needing to wait for a new reply. (default is for no grace period)