1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-24 08:58:13 +00:00

Minimum fanspeed increased to 33%, same as NV does on windows

This commit is contained in:
jsteube 2016-11-22 16:51:06 +01:00
parent fe3398f197
commit 4882fa05a1

View File

@ -61,7 +61,7 @@ static int monitor (hashcat_ctx_t *hashcat_ctx)
const int sleep_time = 1;
const int temp_threshold = 1; // degrees celcius
const int fan_speed_min = 20; // in percentage
const int fan_speed_min = 33; // in percentage
const int fan_speed_max = 100;
const float exec_low = 50.0f; // in ms
const float util_low = 90.0f; // in percent