1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-17 10:06:16 +02:00

bees: misc comment updates

These have been accumulating in unpublished bees commits.  Squash them all
into one.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2021-05-28 02:07:47 -04:00
parent 20b8f8ae0b
commit 8a70bca011
4 changed files with 17 additions and 14 deletions

View File

@ -891,9 +891,10 @@ BeesContext::resolve_addr_uncached(BeesAddress addr)
auto rt_age = resolve_timer.age();
// Avoid performance bug
BeesResolveAddrResult rv;
rv.m_biors = log_ino.m_iors;
// Avoid performance bug
if (sys_usage_delta < BEES_TOXIC_SYS_DURATION) {
rv.m_is_toxic = false;
} else {