summaryrefslogtreecommitdiff
path: root/tests/end_to_end/ircd.conf
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-05-16 23:54:58 +0200
committerlouiz’ <louiz@louiz.org>2017-05-16 23:55:15 +0200
commit34f0685c7237a0e75d65bb258231299fc466c8b8 (patch)
treec8f83510f2e0ad687fbd4d3ee584b4dd0a44c02d /tests/end_to_end/ircd.conf
parent9d1dc9138fdb0377c5eb93da285893ba97e43a44 (diff)
downloadbiboumi-34f0685c7237a0e75d65bb258231299fc466c8b8.tar.gz
biboumi-34f0685c7237a0e75d65bb258231299fc466c8b8.tar.bz2
biboumi-34f0685c7237a0e75d65bb258231299fc466c8b8.tar.xz
biboumi-34f0685c7237a0e75d65bb258231299fc466c8b8.zip
Test the default channel list limit
fix #3219
Diffstat (limited to 'tests/end_to_end/ircd.conf')
-rw-r--r--tests/end_to_end/ircd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/end_to_end/ircd.conf b/tests/end_to_end/ircd.conf
index 0c0afa9..cdb06d5 100644
--- a/tests/end_to_end/ircd.conf
+++ b/tests/end_to_end/ircd.conf
@@ -353,8 +353,8 @@ channel {
use_knock = yes;
knock_delay = 5 minutes;
knock_delay_channel = 1 minute;
- max_chans_per_user = 15;
- max_chans_per_user_large = 60;
+ max_chans_per_user = 140;
+ max_chans_per_user_large = 200;
max_bans = 100;
max_bans_large = 500;
default_split_user_count = 0;