fix(ops-view-network): centralize traffic chart timing constants for consistent rolling window updates

This commit is contained in:
2026-04-03 08:18:28 +00:00
parent 9c0e46ff4e
commit b46247d9cb
4 changed files with 31 additions and 20 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-03 - 12.5.1 - fix(ops-view-network)
centralize traffic chart timing constants for consistent rolling window updates
- Defines shared constants for the chart window, update interval, and maximum buffered data points
- Replaces hardcoded traffic history sizes and timer intervals with derived values across initialization, history loading, and live updates
- Keeps the chart rolling window configuration aligned with the in-memory traffic buffer
## 2026-04-02 - 12.5.0 - feat(ops-view-routes)
add priority support and list-based domain editing for routes