Commit cb0c54f
committed
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 #14541 parent 88a686c commit cb0c54f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments