Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maximum worker control #2070

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2024

  1. Add multiprocessing control

    Argument --max-workers is added to Sherlock, default 20, allowing the user to specify the maximum number of workers.
    If the sitelist is lower than the maximum, it will not create more workers than sites.
    ppfeister committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    601b72c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4cedcab View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    7c2c2ab View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Fix docu

    ppfeister committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a85f7c4 View commit details
    Browse the repository at this point in the history