Document max_number in reference.conf

This commit is contained in:
Ed Kellett 2020-10-17 01:40:42 +01:00
parent 7c7065b07e
commit 19dc147459

View file

@ -299,6 +299,9 @@ class "server" {
*/
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 = 2 megabytes;
};