mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
DOC: specify the default value for maxconn in the context of a proxy
Default value for maxconn in the context of a proxy is 2000 and is unrelated to any other value (like global ulimit-n or global maxconn). Without an explicit a user may think that the default value is either no limit or equal to the global maxconn value.
This commit is contained in:
parent
e3a461118c
commit
6341be5b38
1 changed files with 2 additions and 0 deletions
|
|
@ -2710,6 +2710,8 @@ maxconn <conns>
|
|||
are not sized to accept such loads, and for this reason it is generally wise
|
||||
to assign them some reasonable connection limits.
|
||||
|
||||
By default, this value is set to 2000.
|
||||
|
||||
See also : "server", global section's "maxconn", "fullconn"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue