mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user