mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +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
|
resolvehostnames="no" # Faster
|
||||||
recvq="40960" # Needs to be larger than a valid message with tags
|
recvq="40960" # Needs to be larger than a valid message with tags
|
||||||
timeout="10" # So tests don't hang too long
|
timeout="10" # So tests don't hang too long
|
||||||
|
localmax="1000"
|
||||||
|
globalmax="1000"
|
||||||
{password_field}>
|
{password_field}>
|
||||||
|
|
||||||
<class
|
<class
|
||||||
|
Reference in New Issue
Block a user