From aa6be594b97166ef7afef82fcf6b2488e9c5cbcc Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 9 Jun 2024 00:04:54 -0400 Subject: [PATCH] lower recommended ban list limit to 100 Insp and Libera use 100, seems a bit safer --- default.yaml | 2 +- traditional.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.yaml b/default.yaml index 6be5c449..7a62f227 100644 --- a/default.yaml +++ b/default.yaml @@ -885,7 +885,7 @@ limits: whowas-entries: 100 # maximum length of channel lists (beI modes) - chan-list-modes: 150 + chan-list-modes: 100 # maximum number of messages to accept during registration (prevents # DoS / resource exhaustion attacks): diff --git a/traditional.yaml b/traditional.yaml index 6691039e..922f5c37 100644 --- a/traditional.yaml +++ b/traditional.yaml @@ -856,7 +856,7 @@ limits: whowas-entries: 100 # maximum length of channel lists (beI modes) - chan-list-modes: 150 + chan-list-modes: 100 # maximum number of messages to accept during registration (prevents # DoS / resource exhaustion attacks):