MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places
authorWilly Tarreau <w@1wt.eu>
Wed, 13 Mar 2019 09:03:07 +0000 (10:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Mar 2019 09:10:25 +0000 (10:10 +0100)
commitca783d4ee65c308d2f820c526082e1bfc01c6e31
treebb52e811851826fa28aa28a10073eabe91a9c2a0
parent25ad13f9a017867eac47c5372939ed906a9bb153
MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places

This entry was still set to 2000 but never used anymore. The only places
where it appeared was as an alias to SYSTEM_MAXCONN which forces it, so
let's turn these ones to SYSTEM_MAXCONN and remove the default value for
DEFAULT_MAXCONN. SYSTEM_MAXCONN still defines the upper bound however.
include/common/defaults.h
src/cfgparse-global.c
src/haproxy.c