Raise CPU_CRITICAL_TEMP to 100*C
This commit is contained in:
parent
de7993c39c
commit
fc2b90a2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ BADBLOCKS_REGEX = re.compile(
|
|||
)
|
||||
BADBLOCKS_RESULTS_REGEX = re.compile(r'^(.*?)\x08.*\x08(.*)')
|
||||
BADBLOCKS_SKIP_REGEX = re.compile(r'^(Checking|\[)', re.IGNORECASE)
|
||||
CPU_CRITICAL_TEMP = 99
|
||||
CPU_CRITICAL_TEMP = 100
|
||||
CPU_FAILURE_TEMP = 90
|
||||
CPU_TEST_MINUTES = 7
|
||||
IO_GRAPH_WIDTH = 40
|
||||
|
|
|
|||
Loading…
Reference in a new issue