Bump maxconns to 5000 and disable keepalive for geoip and mirrorlist

This commit is contained in:
Patrick Uiterwijk 2015-01-27 18:37:51 +00:00
parent 299ecf5943
commit ce8d1e9b7b
4 changed files with 6 additions and 2 deletions

View file

@ -21,7 +21,7 @@ defaults
option httpclose
option redispatch
retries 3
maxconn 2000
maxconn 5000
timeout connect 5s
timeout client 500s
timeout server 500s

View file

@ -21,7 +21,7 @@ defaults
option httpclose
option redispatch
retries 3
maxconn 2000
maxconn 5000
timeout connect 5s
timeout client 500s
timeout server 500s