Set max idle cutoff to 70* C

Addresses issue #204
This commit is contained in:
2Shirt 2023-07-05 15:51:50 -07:00
parent d101ec627f
commit a78a077bdf
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -25,7 +25,7 @@ CPU_TEMPS = {
'Cooling Low Cutoff': 50,
'Critical': 100,
'Idle Delta': 25,
'Idle High': 80,
'Idle High': 70,
}
CPU_TEST_MINUTES = 7
IO_GRAPH_WIDTH = 40