0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-23 20:38:20 +02:00

ircd::net: Increase the handshaking maximum default.

This commit is contained in:
Jason Volk 2020-04-01 22:56:29 -07:00
parent b31b0eb691
commit 958cb789f5

View file

@ -1200,7 +1200,7 @@ decltype(ircd::net::acceptor::handshaking_max)
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