Hi
I wish to disable the squid disk cache in EFW 3.0 beta 2, but if I try to put a value of 0 in "Cache size on harddisk (MB)" the system returns "Harddisk cache must be greater than 0."
In /etc/squid/squid.conf.tmpl we can find this configuration:
#if $DISABLE_DISK_CACHE == "on" or $CACHE_SIZE == 0 or $CACHE_SIZE == ''
# disk caching is disabled
cache_dir null /null
#else
#set rockslotsize= 32768
cache_dir rock /var/spool/squid $CACHE_SIZE max-size=$rockslotsize
#end if
So, why I can't set the "Cache size on harddisk (MB)" to 0?