mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
sweep every 10 sec instead of 1 min
This commit is contained in:
@@ -404,7 +404,7 @@ public:
|
|||||||
it->second->touch();
|
it->second->touch();
|
||||||
++it;
|
++it;
|
||||||
}
|
}
|
||||||
else if ((la + std::chrono::minutes(1)) < start)
|
else if ((la + std::chrono::seconds(10)) < start)
|
||||||
{
|
{
|
||||||
stuffToSweep.push_back(it->second);
|
stuffToSweep.push_back(it->second);
|
||||||
// shouldn't cause the actual final delete
|
// shouldn't cause the actual final delete
|
||||||
|
|||||||
Reference in New Issue
Block a user