reference.conf: Extend documentation for max_number in server classes.
This commit is contained in:
parent
a85566b151
commit
2b121c81f5
1 changed files with 7 additions and 1 deletions
|
@ -272,7 +272,13 @@ class "server" {
|
||||||
*/
|
*/
|
||||||
connectfreq = 5 minutes;
|
connectfreq = 5 minutes;
|
||||||
|
|
||||||
/* max number: the amount of servers to autoconnect to */
|
/* max number: the amount of servers to autoconnect to. if the number
|
||||||
|
* of servers in the class is or exceeds this, no more servers in the
|
||||||
|
* class are autoconnected. oper initiated connects are unaffected.
|
||||||
|
* this should usually be set to either 0 or 1. (autoconnecting from
|
||||||
|
* hubs to leaves may cause leaves to function as hubs by having
|
||||||
|
* multiple servers connected to them.)
|
||||||
|
*/
|
||||||
max_number = 1;
|
max_number = 1;
|
||||||
|
|
||||||
/* sendq: servers need a higher sendq as they are sent more data */
|
/* sendq: servers need a higher sendq as they are sent more data */
|
||||||
|
|
Loading…
Reference in a new issue