mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::net: Increase default acceptor timeout for spinapps friends.
This commit is contained in:
parent
1d582f65d6
commit
a7b0246830
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ decltype(ircd::net::listener::acceptor::timeout)
|
|||
ircd::net::listener::acceptor::timeout
|
||||
{
|
||||
{ "name", "ircd.net.acceptor.timeout" },
|
||||
{ "default", 5000L },
|
||||
{ "default", 12000L },
|
||||
};
|
||||
|
||||
ircd::net::listener::acceptor::acceptor(const string_view &name,
|
||||
|
|
Loading…
Reference in a new issue