Bump maxconns to 5000 and disable keepalive for geoip and mirrorlist
This commit is contained in:
parent
299ecf5943
commit
ce8d1e9b7b
4 changed files with 6 additions and 2 deletions
|
@ -21,7 +21,7 @@ defaults
|
|||
option httpclose
|
||||
option redispatch
|
||||
retries 3
|
||||
maxconn 2000
|
||||
maxconn 5000
|
||||
timeout connect 5s
|
||||
timeout client 500s
|
||||
timeout server 500s
|
||||
|
|
|
@ -21,7 +21,7 @@ defaults
|
|||
option httpclose
|
||||
option redispatch
|
||||
retries 3
|
||||
maxconn 2000
|
||||
maxconn 5000
|
||||
timeout connect 5s
|
||||
timeout client 500s
|
||||
timeout server 500s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue