Disable regex cache for MinMemoryUsage mode

This commit is contained in:
JustArchi
2018-08-17 19:20:27 +02:00
parent 742ddfecac
commit 307e69c48d
2 changed files with 17 additions and 3 deletions

View File

@@ -197,7 +197,7 @@ namespace ArchiSteamFarm {
ParsePostInitArgs(args);
}
OS.Init(SystemRequired);
OS.Init(SystemRequired, GlobalConfig.OptimizationMode);
await InitGlobalDatabaseAndServices().ConfigureAwait(false);