summaryrefslogtreecommitdiffstats
path: root/tv/3modules
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-04-11 22:34:48 +0200
committertv <tv@krebsco.de>2017-04-11 22:34:48 +0200
commit7425c4ab86a513cb26801002bff874e1c66024d7 (patch)
tree91600b99829a8e80443b2ad2fedc9ce8ffb31f76 /tv/3modules
parent6edf616847178eaa4bed454f2c2fc7687fd78838 (diff)
tv charybdis: allow 1000 reconnects per second
Diffstat (limited to 'tv/3modules')
-rw-r--r--tv/3modules/charybdis/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/3modules/charybdis/config.nix b/tv/3modules/charybdis/config.nix
index 5812516f..941f1661 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;