mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-07 21:25:58 +00:00
Make the maximum /list reply length a configurable limit.
This commit is contained in:
@@ -100,6 +100,10 @@
|
||||
# maximum nick name length!
|
||||
;MaxNickLength = 9
|
||||
|
||||
# Maximum number of channels returned in response to a /list
|
||||
# command (0: unlimited):
|
||||
;MaxListSize = 100
|
||||
|
||||
# After <PingTimeout> seconds of inactivity the server will send a
|
||||
# PING to the peer to test whether it is alive or not.
|
||||
;PingTimeout = 120
|
||||
|
Reference in New Issue
Block a user