1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00

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

This commit is contained in:
Jens Steube 2021-09-23 12:46:00 +02:00
parent bd2cde31ae
commit c1fd42fe72

View File

@ -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