Remove thread preset "paid for whole cpu" and tweak CPU preset options

This commit is contained in:
James Seibel
2023-08-01 07:27:25 -05:00
parent d9ef3670fa
commit 61c8288b99
3 changed files with 30 additions and 28 deletions
@@ -43,6 +43,8 @@ public enum EThreadPreset
LOW_IMPACT,
BALANCED,
AGGRESSIVE,
I_PAID_FOR_THE_WHOLE_CPU;
// temporarily removed due to stability concerns
//I_PAID_FOR_THE_WHOLE_CPU;
}