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:
parent
84d1749f4d
commit
f33f65040d
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue