sherlock
sherlock copied to clipboard
Multiprocessing control.
Checklist
- [x] I'm reporting a feature request
- [x] I've checked for similar feature requests including closed ones
Description
WRITE DESCRIPTION HERE: I wish Sherlock have an alternative argument,"num_workers" for example,to let the user decide the usage of multiple cores.
So num_workers define the number of threads ran?
So
num_workersdefine the number of threads ran?
Basically speaking, yes:)
fyi y'all, since that issue<->pr link was without clarification ---
If that pr gets merged then the new flag would be --workers with whatever number you want to be the maximum. Defaults to 20 as was the previous standard.
python3 sherlock.py --workers 40 hackerman1337 will run with 40 workers in that patch.