forked from External/ergo
lower recommended ban list limit to 100
Insp and Libera use 100, seems a bit safer
This commit is contained in:
parent
6326982767
commit
aa6be594b9
2 changed files with 2 additions and 2 deletions
|
|
@ -885,7 +885,7 @@ limits:
|
||||||
whowas-entries: 100
|
whowas-entries: 100
|
||||||
|
|
||||||
# maximum length of channel lists (beI modes)
|
# maximum length of channel lists (beI modes)
|
||||||
chan-list-modes: 150
|
chan-list-modes: 100
|
||||||
|
|
||||||
# maximum number of messages to accept during registration (prevents
|
# maximum number of messages to accept during registration (prevents
|
||||||
# DoS / resource exhaustion attacks):
|
# DoS / resource exhaustion attacks):
|
||||||
|
|
|
||||||
|
|
@ -856,7 +856,7 @@ limits:
|
||||||
whowas-entries: 100
|
whowas-entries: 100
|
||||||
|
|
||||||
# maximum length of channel lists (beI modes)
|
# maximum length of channel lists (beI modes)
|
||||||
chan-list-modes: 150
|
chan-list-modes: 100
|
||||||
|
|
||||||
# maximum number of messages to accept during registration (prevents
|
# maximum number of messages to accept during registration (prevents
|
||||||
# DoS / resource exhaustion attacks):
|
# DoS / resource exhaustion attacks):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue