Skip to content

Make size of event queue configurable #535

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

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

kevsecurity
Copy link
Contributor

The internal event queue had a fixed size of 100 events. If the event queue became full, additional events would be dropped. This commit raises the default size to 10000 events and makes the size configurable through a --event-queue-size command line flag.

Signed-off-by: Kevin Sheldrake [email protected]

The internal event queue had a fixed size of 100 events. If the event
queue became full, additional events would be dropped. This commit
raises the default size to 10000 events and makes the size configurable
through a --event-queue-size command line flag.

Signed-off-by: Kevin Sheldrake <[email protected]>
@kevsecurity kevsecurity requested a review from a team as a code owner November 9, 2022 15:03
@kevsecurity kevsecurity requested a review from tpapagian November 9, 2022 15:03
@kevsecurity kevsecurity merged commit 1ceecb3 into main Nov 9, 2022
@kevsecurity kevsecurity deleted the pr/kevsecurity/increase-event-channel-size branch November 9, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants