aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid/squid.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-14 08:59:33 -0400
committerjim-p <jimp@pfsense.org>2010-10-14 08:59:33 -0400
commite23d1eb74338b987ac7c37ae72732ad73928a40d (patch)
treed44a9dca38cb81abd8aabee6b6b2a087693a5b7e /config/squid/squid.inc
parent6df06d5f64edb6a5e3781157acdbc7a78e3c5389 (diff)
downloadpfsense-packages-e23d1eb74338b987ac7c37ae72732ad73928a40d.tar.gz
pfsense-packages-e23d1eb74338b987ac7c37ae72732ad73928a40d.tar.bz2
pfsense-packages-e23d1eb74338b987ac7c37ae72732ad73928a40d.zip
Use ufs as the default cache file system, feedback on the forum suggests much greater performance by default, and if someone has a large enough cache that they need aufs, they can always switch later.
Diffstat (limited to 'config/squid/squid.inc')
-rw-r--r--config/squid/squid.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid/squid.inc b/config/squid/squid.inc
index b2955f99..98192253 100644
--- a/config/squid/squid.inc
+++ b/config/squid/squid.inc
@@ -718,7 +718,7 @@ function squid_resync_cache() {
if ($g['platform'] == "nanobsd") {
$disk_cache_system = 'null';
} else {
- $disk_cache_system = 'aufs';
+ $disk_cache_system = 'ufs';
}
} else {
$disk_cache_system = $settings['harddisk_cache_system'];