mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Remove hacked option
This commit is contained in:
@@ -180,8 +180,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
internal enum EOptimizationMode : byte {
|
||||
MaxPerformance,
|
||||
MinMemoryUsage,
|
||||
MaxPerformanceWithPeriodicalGC = 255 // Hack, don't depend on this
|
||||
MinMemoryUsage
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
||||
|
||||
@@ -230,7 +230,7 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
if (GCSettings.IsServerGC && (GlobalConfig.OptimizationMode == GlobalConfig.EOptimizationMode.MaxPerformanceWithPeriodicalGC)) {
|
||||
if (GCSettings.IsServerGC) {
|
||||
Hacks.Init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user