1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-29 09:01:00 +00:00

Disable GPU-Temp monitoring during benchmark

This commit is contained in:
Jens Steube 2016-02-14 20:15:14 +01:00
parent f1e0cd6d56
commit 8af57d55f4

View File

@ -6840,6 +6840,7 @@ int main (int argc, char **argv)
restore_disable = 1;
potfile_disable = 1;
weak_hash_threshold = 0;
gpu_temp_disable = 1;
data.status_timer = status_timer;
data.restore_timer = restore_timer;