summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-06-21 01:17:12 +0200
committerlouiz’ <louiz@louiz.org>2017-06-21 01:18:09 +0200
commit5b6b9bd3720a0e0189efce67518793332713f4a6 (patch)
tree464fd932a7693485bc1b9235575846dc20f60211 /tests
parente75d7ad8ea72044fdfd2317e03f91ba5bea06b86 (diff)
downloadbiboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.tar.gz
biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.tar.bz2
biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.tar.xz
biboumi-5b6b9bd3720a0e0189efce67518793332713f4a6.zip
Disable charybdis’ connection throttling
Diffstat (limited to 'tests')
-rw-r--r--tests/end_to_end/ircd.conf2
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;