1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 06:46:01 +00:00

Document new configuration option "MaxListSize"

This commit is contained in:
Alexander Barton
2012-10-28 20:36:58 +01:00
parent 32f63abb59
commit 8ff153d7d4
3 changed files with 7 additions and 0 deletions

View File

@@ -182,6 +182,9 @@ Maximum length of an user nick name (Default: 9, as in RFC 2812). Please
note that all servers in an IRC network MUST use the same maximum nick name
length!
.TP
\fBMaxListSize\fR (number)
Maximum number of channels returned in response to a LIST command. Default: 100.
.TP
\fBPingTimeout\fR (number)
After <PingTimeout> seconds of inactivity the server will send a PING to
the peer to test whether it is alive or not. Default: 120.