sweep every 10 sec instead of 1 min

This commit is contained in:
Valentin Balaschenko
2025-06-18 17:00:17 +01:00
parent edb4f0342c
commit 8461c7d0b6

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