mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-09 10:51:01 +01:00
Let's encapsulate the code, which calculates global.maxconn and global.maxsslconn into a dedicated function set_global_maxconn() and let's move this function in limits.c. In limits.c we keep helpers to calculate and check haproxy internal limits, based on the system nofile and memory limits.