mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 10:51:16 +00:00
Reduce work item maximum in -S mode even further, tested with NTLM
This commit is contained in:
parent
bd2cde31ae
commit
c1fd42fe72
@ -14557,7 +14557,9 @@ int backend_session_begin (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
if (user_options->slow_candidates == true)
|
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
|
// this is device_processors * kernel_threads
|
||||||
|
Loading…
Reference in New Issue
Block a user