]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
external_acl_type documentation lies for cache=n option
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 16 Jun 2014 16:21:19 +0000 (19:21 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 16 Jun 2014 16:21:19 +0000 (19:21 +0300)
The default cache size for external_acl_type is 256*1024 not unbounded as
documentation says.

src/cf.data.pre

index d2033ddf79c3f25f40f223d81d800f25f7096ec0..58d9db1b9861df40ce1fa5ea16888e8c65583328 100644 (file)
@@ -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)