Revert "Increase allowed number of haproxy connections"
The increase in connection volume is not sustainable for the available memory on the backend servers. We'll likely need to scale the cluster before reattempting this.
This reverts commit 79f363164e
.
Change-Id: Ibe64f472633a62df659c6183aa96e095dda7fdbc
This commit is contained in:
parent
79f363164e
commit
794799d4ae
@ -2,7 +2,7 @@ global
|
||||
uid 1000
|
||||
gid 1000
|
||||
log /dev/log local0
|
||||
maxconn 16000
|
||||
maxconn 4000
|
||||
pidfile /var/haproxy/run/haproxy.pid
|
||||
stats socket /var/haproxy/run/stats uid 1000 gid 1000 mode 0600 level admin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user