From 63b2dbce87c82b917cd5e0574f04d51f0cf52d4f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 21 Oct 2012 14:55:35 +0200 Subject: setup shorewall(6) and let squid cache files up to 50MB --- etc/squid/squid.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/squid') diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 230bc50d..69cbe777 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -1985,7 +1985,8 @@ cache_dir ufs /var/spool/squid 100 16 10240 # proper proxy for APT. # #Default: -# maximum_object_size 20480 KB +#NOTE 3: raised to 50 MB +maximum_object_size 51200 KB # TAG: cache_swap_low (percent, 0-100) # TAG: cache_swap_high (percent, 0-100) -- cgit v1.2.3-54-g00ecf