Commit ee576ea
fix: Use max() instead of min() for request_max_duration statistic
The statistics tracking for maximum request duration was incorrectly
using min() instead of max(), causing the statistic to always show
the minimum duration instead of the maximum.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent fb9a3f5 commit ee576ea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments