Overhaul of SQL queries to (hopefully) improve performance with large libraries (#233)

* Latest round of performance updates

* Improved first set up logging

* Updated logging display
This commit is contained in:
Michael Green
2023-12-17 00:51:46 +11:00
committed by GitHub
parent 722c153e40
commit 57248cd467
10 changed files with 193 additions and 61 deletions

View File

@@ -148,6 +148,7 @@ namespace gaseous_server
CallingQueueItem = this
};
// clean up
Classes.ImportGame.DeleteOrphanedDirectories(Config.LibraryConfiguration.LibraryImportDirectory);
_SaveLastRunTime = true;