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: remove millisecond-to-microsecond conversion in response times
Remove unnecessary multiplication by 1000 and parseInt conversion in
request-handler middleware. The response-time library already provides
time in milliseconds, so no conversion is needed.
This fixes inflated response time values and preserves sub-millisecond
precision for accurate performance monitoring.
Fixes#1454
0 commit comments