Resolving polling/server migration

This commit is contained in:
Marcelo
2026-01-15 18:43:21 +00:00
parent f231d87ae3
commit 9f1af71d15
15 changed files with 794 additions and 845 deletions

View File

@@ -176,7 +176,7 @@ export default function OverviewPage() {
}
load();
const t = setInterval(load, 15000);
const t = setInterval(load, 30000);
return () => {
alive = false;
clearInterval(t);