Remove auto-vacuum task from PatchCache.

Gains are most likely in the megabytes, not worth the excessive time to run after each compile.
This commit is contained in:
Unnoen
2021-02-09 10:20:26 +11:00
parent 939e05ff65
commit 885bd0594b

View File

@ -185,7 +185,6 @@ namespace Wabbajack.Lib
{
Utils.Log("Vacuuming databases");
HashCache.VacuumDatabase();
PatchCache.VacuumDatabase();
VirtualFile.VacuumDatabase();
Utils.Log("Vacuuming completed");
_isRunning.OnNext(false);