From 177ca3639b4069cda9d70b6ddc08e3613e6ac95f Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 11 Apr 2017 22:34:48 +0200 Subject: tv charybdis: allow 1000 reconnects per second --- tv/3modules/charybdis/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tv/3modules') diff --git a/tv/3modules/charybdis/config.nix b/tv/3modules/charybdis/config.nix index 5812516..941f166 100644 --- a/tv/3modules/charybdis/config.nix +++ b/tv/3modules/charybdis/config.nix @@ -501,8 +501,8 @@ in toFile "charybdis.conf" '' reject_ban_time = 1 minute; reject_after_count = 3; reject_duration = 5 minutes; - throttle_duration = 60; - throttle_count = 4; + throttle_duration = 1; + throttle_count = 1000; max_ratelimit_tokens = 30; away_interval = 30; disable_auth = yes; -- cgit v1.2.3