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: New option --max-concurrent-scan-updates #2271

Merged
merged 4 commits into from
Aug 29, 2024

Commits on Aug 28, 2024

  1. Add: New option --max-concurrent-scan-updates

    The new startup option --max-concurrent-scan-updates is added which
    allows limiting the number of scan updates which can run at the same
    time.
    
    This can be used to limit the peak memory and CPU usage when running
    multiple scans at the same time.
    timopollmeier committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    01a481b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08624e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8bad85 View commit details
    Browse the repository at this point in the history
  4. Fix formatting of union semun

    The formatting is made more consistent with other type definitions.
    timopollmeier committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4efb877 View commit details
    Browse the repository at this point in the history