don't rehash decaying hashsets that is no bueno and probably leaks like the pipes in tom's apartment

pull/1614/head
Jeff Becker 3 years ago
parent c6320724d3
commit e0185bab09
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -45,7 +45,6 @@ namespace llarp
if (now == 0s)
now = llarp::time_now_ms();
EraseIf([&](const auto& item) { return (m_CacheInterval + item.second) <= now; });
m_Values.rehash(0);
}
Time_t

Loading…
Cancel
Save