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

fix(core): increase max event listener count #5889

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Mar 28, 2024

What this PR does / why we need it:

Some users with very large projects occasionally run into a "maximum event listeners exceeded" warning. It's not quite clear why this would happen, but maybe this is to be expected for larger projects.

Raising the limit should be harmless, and might help reveal underlying issues with the event listener lifecycle.

Some users with very large projects occasionally run into a
"maximum event listeners exceeded" warning. It's not quite clear why
this would happen, but maybe this is to be expected for larger projects.

Raising the limit should be harmless, and might help reveal underlying
issues with the event listener lifecycle.
@thsig thsig requested a review from edvald March 28, 2024 09:59
@thsig thsig added this pull request to the merge queue Mar 28, 2024
Merged via the queue into main with commit d29e11e Mar 28, 2024
40 checks passed
@thsig thsig deleted the increase-max-event-listeners branch March 28, 2024 17:40
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.

None yet

2 participants