Merge branch 'scanner-shutdown' into db-locks

This commit is contained in:
emeric
2023-11-19 18:01:44 +01:00
7 changed files with 101 additions and 96 deletions
@@ -57,6 +57,9 @@ namespace Scanner
for (const ClusterId clusterId : clusterIds)
{
if (_abortScan)
break;
std::size_t trackCount;
std::size_t releaseCount;
@@ -81,6 +84,6 @@ namespace Scanner
return true;
});
LMS_LOG(DBUPDATER, DEBUG) << "Recomputed stats for " << clusterCount << " clusters!";
LMS_LOG(DBUPDATER, DEBUG) << "Recomputed stats for " << context.currentStepStats.processedElems << " clusters!";
}
}