mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #2081
Increase default/recommended mask list size limit to 150; SAMODE overrides enforcement of the limit.
This commit is contained in:
parent
1117680fdd
commit
0517b5571d
3 changed files with 3 additions and 3 deletions
|
|
@ -885,7 +885,7 @@ limits:
|
|||
whowas-entries: 100
|
||||
|
||||
# maximum length of channel lists (beI modes)
|
||||
chan-list-modes: 60
|
||||
chan-list-modes: 150
|
||||
|
||||
# maximum number of messages to accept during registration (prevents
|
||||
# DoS / resource exhaustion attacks):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue