Reduce work item maximum in -S mode even further, tested with NTLM

pull/2999/head
Jens Steube 3 years ago
parent bd2cde31ae
commit c1fd42fe72

@ -14557,7 +14557,9 @@ int backend_session_begin (hashcat_ctx_t *hashcat_ctx)
if (user_options->slow_candidates == true)
{
accel_limit /= 4;
// Tested with NTLM, almost no difference in performance
accel_limit /= 8;
}
// this is device_processors * kernel_threads

Loading…
Cancel
Save