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:
Jeremy Stanley 2020-06-30 17:36:13 +00:00
parent 79f363164e
commit 794799d4ae
1 changed files with 1 additions and 1 deletions

View File

@ -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