aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid/squid_cache.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/squid/squid_cache.xml')
-rw-r--r--config/squid/squid_cache.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid/squid_cache.xml b/config/squid/squid_cache.xml
index 8fb310cf..881f15b3 100644
--- a/config/squid/squid_cache.xml
+++ b/config/squid/squid_cache.xml
@@ -94,7 +94,7 @@
<fieldname>harddisk_cache_system</fieldname>
<description>This specifies the kind of storage system to use. &lt;p&gt; &lt;b&gt; ufs &lt;/b&gt; is the old well-known Squid storage format that has always been there. &lt;p&gt; &lt;b&gt; aufs &lt;/b&gt; uses POSIX-threads to avoid blocking the main Squid process on disk-I/O. (Formerly known as async-io.) &lt;p&gt; &lt;b&gt; diskd &lt;/b&gt; uses a separate process to avoid blocking the main Squid process on disk-I/O. &lt;p&gt; &lt;b&gt; null &lt;/b&gt; Does not use any storage. Ideal for Embedded/NanoBSD.</description>
<type>select</type>
- <default_value>aufs</default_value>
+ <default_value>ufs</default_value>
<options>
<option><name>ufs</name><value>ufs</value></option>
<option><name>aufs</name><value>aufs</value></option>