commit | edb93a7c280ef134ded39a2d1b12fe614b1501b0 | [log] [tgz] |
---|---|---|
author | Andrew Hayworth <andrew.hayworth@getbraintree.com> | Tue Oct 27 21:46:25 2015 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 28 08:01:56 2015 +0100 |
tree | 47962697ed6322d4c68b0fdaf239fec21ff8b3c3 | |
parent | d1b0f7c3e0b7e64cedcc67e7088645277617edc5 [diff] |
MINOR: cli: ability to set per-server maxconn This commit adds support for setting a per-server maxconn from the stats socket. The only really notable part of this commit is that we need to check if maxconn == minconn before changing things, as this indicates that we are NOT using dynamic maxconn. When we are not using dynamic maxconn, we should update maxconn/minconn in lockstep.