diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/squid3/squid.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/squid3/squid.conf b/etc/squid3/squid.conf index 339d4525..36cd53d0 100644 --- a/etc/squid3/squid.conf +++ b/etc/squid3/squid.conf @@ -2230,6 +2230,7 @@ http_port 3129 # 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 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. @@ -2265,6 +2266,7 @@ http_port 3129 # See replacement_policy below for a discussion of this policy. #Default: # maximum_object_size 4096 KB +maximum_object_size 153600 KB # TAG: cache_swap_low (percent, 0-100) #Default: |