mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 07:20:55 +01:00
ircd::net: Increase the handshaking maximum default.
This commit is contained in:
parent
b31b0eb691
commit
958cb789f5
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ decltype(ircd::net::acceptor::handshaking_max)
|
||||||
ircd::net::acceptor::handshaking_max
|
ircd::net::acceptor::handshaking_max
|
||||||
{
|
{
|
||||||
{ "name", "ircd.net.acceptor.handshaking.max" },
|
{ "name", "ircd.net.acceptor.handshaking.max" },
|
||||||
{ "default", 64L },
|
{ "default", 1024L },
|
||||||
};
|
};
|
||||||
|
|
||||||
/// The number of simultaneous handshakes we conduct for a single peer (which
|
/// The number of simultaneous handshakes we conduct for a single peer (which
|
||||||
|
|
Loading…
Reference in a new issue