mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 13:16:57 +00:00
MINOR: defaults: update MASTER_MAXCONN description
This is a one of the commits to prepare the removal of MODE_MWORKER_WAIT support, as it became redundant with MODE_MWORKER due to moving master-worker fork in init().
This commit is contained in:
parent
3f5f57845b
commit
fb7bef781d
@ -322,11 +322,9 @@
|
|||||||
#define DEFAULT_MAXFD 1048576
|
#define DEFAULT_MAXFD 1048576
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define a maxconn which will be used in the master process once it re-exec to
|
/* Define a maxconn which will be used in the master process and won't change
|
||||||
* the MODE_MWORKER_WAIT and won't change when SYSTEM_MAXCONN is set.
|
* when SYSTEM_MAXCONN is set. 100 must be enough for the master since it only
|
||||||
*
|
* does communication between the master and the workers, and the master CLI.
|
||||||
* 100 must be enough for the master since it only does communication between
|
|
||||||
* the master and the workers, and the master CLI.
|
|
||||||
*/
|
*/
|
||||||
#ifndef MASTER_MAXCONN
|
#ifndef MASTER_MAXCONN
|
||||||
#define MASTER_MAXCONN 100
|
#define MASTER_MAXCONN 100
|
||||||
|
Loading…
Reference in New Issue
Block a user