------------------------------------------------------------ revno: 13152 revision-id: squid3@treenet.co.nz-20140625095428-esyljcuvltj10vmf parent: squid3@treenet.co.nz-20140621042437-u0kwgr2hjh9358xm author: Christos Tsantilas committer: Amos Jeffries branch nick: 3.4 timestamp: Wed 2014-06-25 03:54:28 -0600 message: 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. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140625095428-esyljcuvltj10vmf # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: 73e81d3c2fecc000a6be4b16b873cead1716c840 # timestamp: 2014-06-25 09:55:04 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20140621042437-\ # u0kwgr2hjh9358xm # # Begin patch === modified file 'src/cf.data.pre' --- src/cf.data.pre 2014-05-02 07:51:33 +0000 +++ src/cf.data.pre 2014-06-25 09:54:28 +0000 @@ -686,7 +686,7 @@ 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)