0
0
Fork 0
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:
Jason Volk 2019-07-24 13:25:23 -07:00
parent ea1cd3f73d
commit cd3d2c1c8c

View file

@ -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