tv charybdis: allow 1000 reconnects per second

This commit is contained in:
tv 2017-04-11 22:34:48 +02:00
parent 6edf616847
commit 7425c4ab86

View File

@ -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;