You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: only configure the latency monitor if a limit is configured (#1527)
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.
0 commit comments