Browse Source

lower recommended ban list limit to 100

Insp and Libera use 100, seems a bit safer
tags/v2.14.0-rc1
Shivaram Lingamneni 3 weeks ago
parent
commit
aa6be594b9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      default.yaml
  2. 1
    1
      traditional.yaml

+ 1
- 1
default.yaml View File

885
     whowas-entries: 100
885
     whowas-entries: 100
886
 
886
 
887
     # maximum length of channel lists (beI modes)
887
     # maximum length of channel lists (beI modes)
888
-    chan-list-modes: 150
888
+    chan-list-modes: 100
889
 
889
 
890
     # maximum number of messages to accept during registration (prevents
890
     # maximum number of messages to accept during registration (prevents
891
     # DoS / resource exhaustion attacks):
891
     # DoS / resource exhaustion attacks):

+ 1
- 1
traditional.yaml View File

856
     whowas-entries: 100
856
     whowas-entries: 100
857
 
857
 
858
     # maximum length of channel lists (beI modes)
858
     # maximum length of channel lists (beI modes)
859
-    chan-list-modes: 150
859
+    chan-list-modes: 100
860
 
860
 
861
     # maximum number of messages to accept during registration (prevents
861
     # maximum number of messages to accept during registration (prevents
862
     # DoS / resource exhaustion attacks):
862
     # DoS / resource exhaustion attacks):

Loading…
Cancel
Save