diff options
author | tv <tv@krebsco.de> | 2017-04-11 22:34:48 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-04-11 22:34:48 +0200 |
commit | 7425c4ab86a513cb26801002bff874e1c66024d7 (patch) | |
tree | 91600b99829a8e80443b2ad2fedc9ce8ffb31f76 | |
parent | 6edf616847178eaa4bed454f2c2fc7687fd78838 (diff) |
tv charybdis: allow 1000 reconnects per second
-rw-r--r-- | tv/3modules/charybdis/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/3modules/charybdis/config.nix b/tv/3modules/charybdis/config.nix index 5812516f1..941f1661f 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; |