]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: external_acl_type documentation lies for cache=n option
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 25 Jun 2014 09:54:28 +0000 (03:54 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 25 Jun 2014 09:54:28 +0000 (03:54 -0600)
The default cache size for external_acl_type is 256*1024 not unbounded
as
documentation says.

src/cf.data.pre

index 777d73c24ae4e394e3ab72bc07210094b264cd30..b4b2c208ddd64955c7ffe446cb2328fd1bde8438 100644 (file)
@@ -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)