]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: limits: display the computed maxconn using ha_notice()
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Nov 2025 17:38:09 +0000 (18:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Nov 2025 17:38:09 +0000 (18:38 +0100)
commit4cbff2cad99b47c1c4765f5489c8b864900dcde0
tree875d51f446e4a7f1c6923a64207281570c1e6a1d
parenta50c074b749a0bfd21f709aff68843624edbebc5
MINOR: limits: display the computed maxconn using ha_notice()

The computed maxconn was only displayed in verbose or debug modes. This
is too bad because lots of users just don't know what they're starting
with and can be trapped when an environment changes. Let's use ha_notice()
instead of a conditional fprintf() so that it gets displayed right after
the other startup messages, hoping that users will get used to seeing it
and more easily spot anomalies. See github issue #3191 for more context.
src/limits.c