0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-29 08:54:02 +01:00

ircd::net::dns::resolver: Increase timeout worker responsiveness.

This commit is contained in:
Jason Volk 2019-07-13 17:06:02 -07:00
parent 84d1749f4d
commit f33f65040d

View file

@ -300,7 +300,7 @@ try
return !tags.empty(); return !tags.empty();
}); });
ctx::sleep(milliseconds(timeout) / 2); ctx::sleep(1500ms);
check_timeouts(milliseconds(timeout)); check_timeouts(milliseconds(timeout));
} }
} }