Added a way to manually compact and/or optimize the db
This commit is contained in:
@@ -459,7 +459,7 @@ namespace lms::scanner
|
||||
}
|
||||
|
||||
bool needUpdateLibrary{};
|
||||
if (!context.forceScan)
|
||||
if (!context.scanOptions.fullScan)
|
||||
{
|
||||
// Skip file if last write is the same
|
||||
db::Session& dbSession{ _db.getTLSSession() };
|
||||
|
||||
Reference in New Issue
Block a user