Document max_number in reference.conf
This commit is contained in:
parent
7c7065b07e
commit
19dc147459
1 changed files with 3 additions and 0 deletions
|
@ -299,6 +299,9 @@ class "server" {
|
||||||
*/
|
*/
|
||||||
max_autoconn = 1;
|
max_autoconn = 1;
|
||||||
|
|
||||||
|
/* max_number: the maximum number of servers allowed in this class */
|
||||||
|
max_number = 100;
|
||||||
|
|
||||||
/* sendq: servers need a higher sendq as they are sent more data */
|
/* sendq: servers need a higher sendq as they are sent more data */
|
||||||
sendq = 2 megabytes;
|
sendq = 2 megabytes;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue