1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-16 19:58:25 +00:00

Set back PID configuration to initial one

This commit is contained in:
jsteube 2016-11-05 23:26:37 +01:00
parent 9eb9543cda
commit bcf24850a8

View File

@ -193,9 +193,9 @@ static int monitor (hashcat_ctx_t *hashcat_ctx)
last_temp_check_time = temp_check_time;
float Kp = 2.0f;
float Ki = 0.005f;
float Kd = 10.0f;
float Kp = 1.8;
float Ki = 0.005;
float Kd = 6;
// PID controller (3-term controller: proportional - Kp, integral - Ki, derivative - Kd)