From: Christos Tsantilas Date: Mon, 16 Jun 2014 16:21:19 +0000 (+0300) Subject: external_acl_type documentation lies for cache=n option X-Git-Tag: SQUID_3_5_0_1~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b27ba358374b2611428852f24e76fcec4d4396e;p=thirdparty%2Fsquid.git 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 d2033ddf79..58d9db1b98 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -591,7 +591,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)