mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd::server: Increase wait loop timer here.
This commit is contained in:
parent
ea1cd3f73d
commit
cd3d2c1c8c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ircd::server::wait_all()
|
||||||
{
|
{
|
||||||
while(peer_unfinished())
|
while(peer_unfinished())
|
||||||
{
|
{
|
||||||
if(dock.wait_for(seconds(2)))
|
if(dock.wait_for(seconds(4)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
log::warning
|
log::warning
|
||||||
|
|
Loading…
Reference in a new issue