diff options
Diffstat (limited to 'packages/squid3/squid_cache.xml')
-rw-r--r-- | packages/squid3/squid_cache.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/squid3/squid_cache.xml b/packages/squid3/squid_cache.xml index fb0b956a..6ce9c695 100644 --- a/packages/squid3/squid_cache.xml +++ b/packages/squid3/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> |