Adjust poll frequency

This commit is contained in:
2026-05-18 20:20:41 +01:00
parent 437b0b8cf1
commit 9657a77c41

View File

@@ -50,7 +50,7 @@
console.error("Background data fetch failed: ", error) console.error("Background data fetch failed: ", error)
live = false; live = false;
} }
}, 61000); }, 60100);
live = true; live = true;
console.log("Polling started") console.log("Polling started")
}; };