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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user