From 942bca43bffbe0c0a344d2292e93ce2cc8c7c9aa Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 22 Jun 2010 11:05:24 -0400 Subject: Add a note to Null type suggesting it for Nano/Embedded. --- config/squid/squid_cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/squid/squid_cache.xml') diff --git a/config/squid/squid_cache.xml b/config/squid/squid_cache.xml index 2a4b7e3d..8fb310cf 100644 --- a/config/squid/squid_cache.xml +++ b/config/squid/squid_cache.xml @@ -92,7 +92,7 @@ Hard disk cache system harddisk_cache_system - This specifies the kind of storage system to use. <p> <b> ufs </b> is the old well-known Squid storage format that has always been there. <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. <p> <b> null </b> Does not use any storage. + This specifies the kind of storage system to use. <p> <b> ufs </b> is the old well-known Squid storage format that has always been there. <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. <p> <b> null </b> Does not use any storage. Ideal for Embedded/NanoBSD. select aufs -- cgit v1.2.3