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

Sleep between checks for last plugin to finish before changing to another category #534

Merged
merged 3 commits into from
Jun 22, 2020

Commits on Jun 19, 2020

  1. Sleep between checks for last plugin to finish before changing to ano…

    …ther category
    
    When a plugin is the last one for a plugin's category, it must finish
    before jumping to the next one. e.g from ACT_ATTACK to ACT_END
    This sleep prevents to get 100% processor usage during the wait of last plugin's execution.
    jjnicola committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    e48e8cf View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jjnicola committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    57f6710 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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