mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +00:00
Device Threads: Set back default maximum device thread number to 1024
This commit is contained in:
parent
4bafdfc3e6
commit
ae8e52f127
@ -1760,7 +1760,7 @@ typedef enum kernel_workload
|
||||
KERNEL_LOOPS_MIN = 1,
|
||||
KERNEL_LOOPS_MAX = 1024,
|
||||
KERNEL_THREADS_MIN = 1,
|
||||
KERNEL_THREADS_MAX = 64,
|
||||
KERNEL_THREADS_MAX = 1024,
|
||||
|
||||
} kernel_workload_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user