diff options
author | Philip Hands <phil@hands.com> | 2015-12-11 09:31:09 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-11 18:02:33 +0100 |
commit | 1b168621c6a942fa88769b255133dc017c454833 (patch) | |
tree | a1702e05552c9f7f13bebe705398748bc5a706ee /hosts | |
parent | 51455c74e055da08a052adc17515bc134d0b05dc (diff) | |
download | jenkins.debian.net-1b168621c6a942fa88769b255133dc017c454833.tar.xz |
save some disk space, since we're running out
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/jenkins-test-vm/etc/squid3/squid.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins-test-vm/etc/squid3/squid.conf b/hosts/jenkins-test-vm/etc/squid3/squid.conf index d7b6fabe..515d5378 100644 --- a/hosts/jenkins-test-vm/etc/squid3/squid.conf +++ b/hosts/jenkins-test-vm/etc/squid3/squid.conf @@ -2230,7 +2230,7 @@ http_port 3128 # Uncomment and adjust the following to add a disk cache directory. #cache_dir ufs /var/spool/squid3 100 16 256 -cache_dir ufs /var/spool/squid3 16384 16 1024 +cache_dir ufs /var/spool/squid3 1000 16 1024 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. |