diff options
Diffstat (limited to 'tests/end_to_end/ircd.conf')
-rw-r--r-- | tests/end_to_end/ircd.conf | 4 |
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; |