commit | 758c69d951903b1882217fd7b675851b8a4cd43b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 12 18:59:37 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:20 2023 +0100 |
tree | b1e399c0c93b8b57a0c8c93ae51bc54253cf1bfc | |
parent | 1920f897d8ffcdbf39d5438f8cc234782b4d4542 [diff] |
MINOR: listener: move the maxconn parameter to the bind_conf The maxconn is set per bind line so let's move it there. This might possibly even slightly reduce inter-thread contention since this one is read-mostly and it was stored next to nbconn which changes for each connection setup or teardown.