diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-10 11:29:05 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-10 11:29:05 +0200 |
commit | fd1760bc33514c9d40fe18d5257ac01ae2c86e76 (patch) | |
tree | 3181b9bd4ab90942631469c5751168cf9d12f80f /config/squid3 | |
parent | dc9919e87ff4d66fdc6514ffa91e88c14ce96a57 (diff) | |
download | pfsense-packages-fd1760bc33514c9d40fe18d5257ac01ae2c86e76.tar.gz pfsense-packages-fd1760bc33514c9d40fe18d5257ac01ae2c86e76.tar.bz2 pfsense-packages-fd1760bc33514c9d40fe18d5257ac01ae2c86e76.zip |
Remove 'Clear Cache on Log Rotate' misfeature from local cache settings
This has only been a source of complaints, breakage and confusion, plus was breaking Save on the General tab for people.
Diffstat (limited to 'config/squid3')
-rwxr-xr-x | config/squid3/34/squid_cache.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/config/squid3/34/squid_cache.xml b/config/squid3/34/squid_cache.xml index 20f62376..ef477bb4 100755 --- a/config/squid3/34/squid_cache.xml +++ b/config/squid3/34/squid_cache.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squidcache</name> - <version>0.3.5</version> + <version>0.3.9.2</version> <title>Proxy Server: Cache management</title> <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> @@ -217,17 +217,6 @@ </options> </field> <field> - <fielddescr>Clear Cache on Log Rotate</fielddescr> - <fieldname>clear_cache</fieldname> - <description> - <![CDATA[ - If set, Squid will clear cache and swap.state every time the log is rotated.<br/> - Note: This action will be executed automatically if the swap.state file is taking up more than 75% of available space, or the filesystem is 90% full. - ]]> - </description> - <type>checkbox</type> - </field> - <field> <fielddescr>Level 1 Directories</fielddescr> <fieldname>level1_subdirs</fieldname> <description> |