diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/squid3/34/squid_cache.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/config/squid3/34/squid_cache.xml b/config/squid3/34/squid_cache.xml index ef477bb4..47471df9 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.9.2</version> + <version>0.4.0</version> <title>Proxy Server: Cache management</title> <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> @@ -217,6 +217,19 @@ </options> </field> <field> + <fielddescr>Clear Disk Cache NOW</fielddescr> + <description> + <![CDATA[ + Hard Disk Cache is automatically managed by swapstate_check.php script which is scheduled to run daily via cron.<br/> + The script will only clear the disk cache on the following conditions:<br/> + - if the swap.state file is taking up more than 75% of disk space;<br/> + - or the drive is 90% full and swap.state is larger than 1GB.<br/><br/> + If you wish to clear cache <strong>immediately,</strong> press the <input name='clear_cache' id='clear_cache' type='submit' value='Clear Disk Cache NOW' /> button. + ]]> + </description> + <type>info</type> + </field> + <field> <fielddescr>Level 1 Directories</fielddescr> <fieldname>level1_subdirs</fieldname> <description> |