diff options
author | louiz’ <louiz@louiz.org> | 2017-06-21 01:17:12 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-06-21 01:18:09 +0200 |
commit | 5b6b9bd3720a0e0189efce67518793332713f4a6 (patch) | |
tree | 464fd932a7693485bc1b9235575846dc20f60211 | |
parent | e75d7ad8ea72044fdfd2317e03f91ba5bea06b86 (diff) | |
download | biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.tar.gz biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.tar.bz2 biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.tar.xz biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.zip |
Disable charybdis’ connection throttling
-rw-r--r-- | tests/end_to_end/ircd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end_to_end/ircd.conf b/tests/end_to_end/ircd.conf index cdb06d5..ccfbd90 100644 --- a/tests/end_to_end/ircd.conf +++ b/tests/end_to_end/ircd.conf @@ -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; |