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: only configure the latency monitor if a limit is configured #1527

Merged

Conversation

achingbrain
Copy link
Member

If the user does not care about the latency monitor, we should not run an interval sampling the delay as it's expensive and unecessary.

The fix here is to only create a latency monitor in the connection manager if the user sets a maxEventLoopDelay value.

If the user does not care about the latency monitor, we should not
run an interval sampling the delay as it's expensive and unecessary.

The fix here is to only create a latency monitor in the connection
manager if the user sets a `maxEventLoopDelay` value.
@achingbrain achingbrain merged commit 1147550 into master Dec 21, 2022
@achingbrain achingbrain deleted the fix/only-configure-latency-monitor-if-limit-is-configured branch December 21, 2022 13:48
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

1 participant