inspircd: Increase limit of connections on insp4

There used to be no limit by default, but 460220fbf5 set it to 3.
This commit is contained in:
Valentin Lorentz 2021-11-25 20:32:05 +01:00
parent 2684e7edb7
commit 18befc9e96

View File

@ -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}>
<class