Files
hermes-webui/static
Sanjays2402 7c3d85d6c5 Fix #3107: throttle active-session external-refresh poll from 5s to 30s
The active-session 'is it externally updated?' fallback poll fires every
5 s. On long sessions this causes visible scroll churn (the rendered
message list is rebuilt and the scrollTop is restored on a 5-second
cadence) and a measurable network/CPU floor even when the user is just
reading.

This poll is a *fallback* for the case where the SSE session-events
stream is unavailable; SSE already invalidates the active session in
real time. Pushing it to 30 s keeps the safety net for SSE-broken
environments without it acting as a primary refresh path.

Regression introduced in 467ef33a.
2026-05-29 03:25:49 -07:00
..
2026-05-28 13:38:50 -04:00
2026-05-28 19:49:34 +00:00
2026-05-25 00:14:38 +00:00
2026-05-28 19:38:10 +00:00
2026-05-28 13:38:50 -04:00
2026-05-28 19:38:10 +00:00