Disable charybdis’ connection throttling
1 files changed, 1 insertions(+), 1 deletions(-) M tests/end_to_end/ircd.conf
M tests/end_to_end/ircd.conf => tests/end_to_end/ircd.conf +1 -1
@@ 498,7 498,7 @@ general { reject_after_count = 3; reject_duration = 5 minutes; throttle_duration = 60; - throttle_count = 4; + throttle_count = 8888; max_ratelimit_tokens = 30; away_interval = 30; certfp_method = sha1;