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

Limit number of recursive scans with a Queue #80

Closed
epi052 opened this issue Oct 17, 2020 · 0 comments · Fixed by #96
Closed

Limit number of recursive scans with a Queue #80

epi052 opened this issue Oct 17, 2020 · 0 comments · Fixed by #96

Comments

@epi052
Copy link
Owner

epi052 commented Oct 17, 2020

Is your feature request related to a problem? Please describe.
Per this issue, excessive CPU usage is a possibility given the current implementation of recursion.

Describe the solution you'd like
Limit the number of recursive scans by using a consumer/producer w/ queue system. The limit should have a sane default and be configurable from the command line/config file.

@epi052 epi052 added enhancement New feature or request implementation-detail labels Oct 17, 2020
@epi052 epi052 changed the title [ENHANCEMENT] Limit number of recursive scans with a Queue Limit number of recursive scans with a Queue Oct 17, 2020
@epi052 epi052 added the has-PR label Oct 24, 2020
@epi052 epi052 mentioned this issue Oct 24, 2020
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant