]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: specify the default value for maxconn in the context of a proxy
authorVincent Bernat <bernat@luffy.cx>
Wed, 27 Jun 2012 15:18:30 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Jun 2012 18:10:29 +0000 (20:10 +0200)
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.

doc/configuration.txt

index 6e69fc7475cf05d776bb11ba5e2b96d409a6820c..dc6251b44be01b68a6c77b3e39be52377a4b2649 100644 (file)
@@ -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"