mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
ircd::net::dns::resolver: Increase timeout worker responsiveness.
This commit is contained in:
parent
84d1749f4d
commit
f33f65040d
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ try
|
|||
return !tags.empty();
|
||||
});
|
||||
|
||||
ctx::sleep(milliseconds(timeout) / 2);
|
||||
ctx::sleep(1500ms);
|
||||
check_timeouts(milliseconds(timeout));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue