mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Merge branch 'vlntb/inbound-ledgers-cache' into vlntb/accounts-growth-combined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user