mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
sweep every 10 sec instead of 1 min
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