diff options
author | Martin Fuchs <mfuchs@pfsense.org> | 2008-09-03 23:06:14 +0000 |
---|---|---|
committer | Martin Fuchs <mfuchs@pfsense.org> | 2008-09-03 23:06:14 +0000 |
commit | 2fc9cf03c1f0d5e844115e917f5f5e849aa7cd9b (patch) | |
tree | 29a8840a7b271e964d8e386493b53b8ba55017f4 /packages/squid/squid_cache.xml | |
parent | f71bdf09e7d395c5e94d29fa4c377d2fdcb48702 (diff) | |
download | pfsense-packages-2fc9cf03c1f0d5e844115e917f5f5e849aa7cd9b.tar.gz pfsense-packages-2fc9cf03c1f0d5e844115e917f5f5e849aa7cd9b.tar.bz2 pfsense-packages-2fc9cf03c1f0d5e844115e917f5f5e849aa7cd9b.zip |
added selection availability for aufs / diskd to squid gui
Diffstat (limited to 'packages/squid/squid_cache.xml')
-rw-r--r-- | packages/squid/squid_cache.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/squid/squid_cache.xml b/packages/squid/squid_cache.xml index fb0b956a..6ce9c695 100644 --- a/packages/squid/squid_cache.xml +++ b/packages/squid/squid_cache.xml @@ -90,6 +90,17 @@ <default_value>100</default_value> </field> <field> + <fielddescr>Hard disk cache system</fielddescr> + <fieldname>harddisk_cache_system</fieldname> + <description>This specifies the kind of storage system to use. <p> <b> aufs </b> uses POSIX-threads to avoid blocking the main Squid process on disk-I/O. (Formerly known as async-io.) <p> <b> diskd </b> uses a separate process to avoid blocking the main Squid process on disk-I/O.</description> + <type>select</type> + <default_value>aufs</default_value> + <options> + <option><name>aufs</name><value>aufs</value></option> + <option><name>diskd</name><value>diskd</value></option> + </options> + </field> + <field> <fielddescr>Hard disk cache location</fielddescr> <fieldname>harddisk_cache_location</fieldname> <description>This is the directory where the cache will be stored. (note: do not end with a /). If you change this location, squid needs to make a new cache, this could take a while</description> |