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

@@ -81,7 +81,7 @@ export default function MachinesPage() {
}
load();
const t = setInterval(load, 5000);
const t = setInterval(load, 15000);
return () => {
alive = false;
@@ -322,4 +322,3 @@ export default function MachinesPage() {
}