From 18befc9e960f27f91d75a9a10f4a020d188c4b25 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 25 Nov 2021 20:32:05 +0100 Subject: [PATCH] inspircd: Increase limit of connections on insp4 There used to be no limit by default, but https://github.com/inspircd/inspircd/commit/460220fbf53c061f4bfd8c71bad7430170f23d7f set it to 3. --- irctest/controllers/inspircd.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irctest/controllers/inspircd.py b/irctest/controllers/inspircd.py index 9aba976..5184241 100644 --- a/irctest/controllers/inspircd.py +++ b/irctest/controllers/inspircd.py @@ -17,6 +17,8 @@ TEMPLATE_CONFIG = """ resolvehostnames="no" # Faster recvq="40960" # Needs to be larger than a valid message with tags timeout="10" # So tests don't hang too long + localmax="1000" + globalmax="1000" {password_field}>