Increase minimal perf on battery

it was pretty laggy in battery saver
This commit is contained in:
2026-03-03 14:08:58 +01:00
parent 16b8b699d1
commit 3e9907c936

View File

@@ -20,7 +20,7 @@
CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power"; CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance"; CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
CPU_MIN_PERF_ON_BAT = 0; CPU_MIN_PERF_ON_BAT = 15;
CPU_MAX_PERF_ON_BAT = 80; CPU_MAX_PERF_ON_BAT = 80;
WIFI_PWR_ON_AC = "off"; WIFI_PWR_ON_AC = "off";