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 | 177ca3639b4069cda9d70b6ddc08e3613e6ac95f (patch) | |
tree | cd3285b426b58793647e9e4c454d8da579f0d252 /tv | |
parent | 953871d736f801aeb6640f2c1a6f7d1d1ac2a044 (diff) |
tv charybdis: allow 1000 reconnects per second
Diffstat (limited to 'tv')
-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 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; |