mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-20 15:58:51 +00:00
Reduce max accel in -m 11600 since thread count was unlocked
This commit is contained in:
parent
7d9461f8b9
commit
46bba107fa
@ -300,7 +300,7 @@ u64 module_tmp_size (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED c
|
|||||||
|
|
||||||
u32 module_kernel_accel_max (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra)
|
u32 module_kernel_accel_max (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra)
|
||||||
{
|
{
|
||||||
const u32 kernel_accel_max = 128; // password length affects total performance, this limits the wait times for threads with short password lengths if there's at least one thread with long password length
|
const u32 kernel_accel_max = 8; // password length affects total performance, this limits the wait times for threads with short password lengths if there's at least one thread with long password length
|
||||||
|
|
||||||
return kernel_accel_max;
|
return kernel_accel_max;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user