fix: decressed pool interval 90 to 60 seconds

This commit is contained in:
Lucas Kalil 2026-06-18 14:25:59 -03:00
parent d8e7959bcc
commit ca06816bc9

View file

@ -79,7 +79,7 @@ export function getData() {
// option; because the data isn't live, a plain fixed interval is right (a
// per-match "live" tier would have nothing new to fetch). Paused while the tab
// is hidden and stopped once the final result is in — see .agents/issues.md.
const POLL_INTERVAL_MS = 90 * 1000;
const POLL_INTERVAL_MS = 60 * 1000;
let pollTimer = null;
let resultsSig = null;