mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
fix: decressed pool interval 90 to 60 seconds
This commit is contained in:
parent
d8e7959bcc
commit
ca06816bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue