diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-04 02:11:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-04 02:11:24 +0100 |
commit | 95cd1ad69cad83602dcb169d19048d521c3570ad (patch) | |
tree | aa91c445854a17eb684968e870dbca27faa1d903 /etc | |
parent | 33ce2b4d16941169ca0eaa420e3c4927c80888a8 (diff) | |
download | jenkins.debian.net-95cd1ad69cad83602dcb169d19048d521c3570ad.tar.xz |
fix important typo and increase squid cache size
Diffstat (limited to 'etc')
-rw-r--r-- | etc/squid/squid.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/squid/squid.conf b/etc/squid/squid.conf index 69cbe777..22a83880 100644 --- a/etc/squid/squid.conf +++ b/etc/squid/squid.conf @@ -1942,7 +1942,7 @@ hierarchy_stoplist cgi-bin ? # (hard coded at 1 MB). # #Default: -cache_dir ufs /var/spool/squid 100 16 10240 +cache_dir ufs /var/spool/squid 100 16 102400 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. |