diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-06 09:40:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-06 09:40:12 +0100 |
commit | 59184fc955f0b3cf5d81e0b551e14cfe43b9d36b (patch) | |
tree | be7b4be1ca85c4f8be3c14a0387d65f3828046ea /etc | |
parent | 212b8eb4b55979e2168c16c5fc37b5395f5b8b19 (diff) | |
download | jenkins.debian.net-59184fc955f0b3cf5d81e0b551e14cfe43b9d36b.tar.xz |
add trigger for housekeeping
Diffstat (limited to 'etc')
-rw-r--r-- | etc/squid/squid.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index f49213f5..0c9f1cc4 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -1985,8 +1985,8 @@ cache_dir ufs /var/spool/squid 16384 16 1024 # proper proxy for APT. # #Default: -#NOTE 3: raised to 50 MB -maximum_object_size 51200 KB +#NOTE 3: raised to 100 MB +maximum_object_size 102400 KB # TAG: cache_swap_low (percent, 0-100) # TAG: cache_swap_high (percent, 0-100) |