mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
parent
939e05ff65
commit
885bd0594b
@ -185,7 +185,6 @@ namespace Wabbajack.Lib
|
||||
{
|
||||
Utils.Log("Vacuuming databases");
|
||||
HashCache.VacuumDatabase();
|
||||
PatchCache.VacuumDatabase();
|
||||
VirtualFile.VacuumDatabase();
|
||||
Utils.Log("Vacuuming completed");
|
||||
_isRunning.OnNext(false);
|
||||
|
Loading…
Reference in New Issue
Block a user