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

Increased the performance of the intelmqctl script #2387

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

sebkuf
Copy link
Contributor

@sebkuf sebkuf commented Jul 18, 2023

It should improve the performance of the check method of the intelmqctl script.
The global settings were read from a file with each loop pass, now the settings are read only once and then only copied.

It should improve the performance of the check method of the intelmqctl
script. The global settings were read from a file with each loop pass,
now the settings are read only once and then only copied.
The entire config was taken not only the global one.
@kamil-certat kamil-certat requested a review from sebix July 18, 2023 14:34
@sebix sebix merged commit f1f0aa8 into certtools:develop Jul 18, 2023
24 checks passed
@sebix sebix added this to the 3.2.0 milestone Jul 18, 2023
@sebix sebix added feature Indicates new feature requests or new features component: intelmqctl labels Jul 18, 2023
@sebix sebix self-assigned this Jul 18, 2023
@sebkuf sebkuf deleted the fix_multiple_times_loaded_conf branch July 19, 2023 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: intelmqctl feature Indicates new feature requests or new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants