0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +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 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