Merge branch 'vlntb/inbound-ledgers-cache' into vlntb/accounts-growth-combined

This commit is contained in:
Valentin Balaschenko
2025-06-20 13:09:58 +01:00

View File

@@ -404,7 +404,7 @@ public:
it->second->touch();
++it;
}
else if ((la + std::chrono::minutes(1)) < start)
else if ((la + std::chrono::seconds(10)) < start)
{
stuffToSweep.push_back(it->second);
// shouldn't cause the actual final delete