Skip to content

Commit fa2d9c5

Browse files
Every 1 sec Check
1 parent b5dce48 commit fa2d9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ window.addEventListener('DOMContentLoaded', async () => {
103103
// ── Landing page (index.html) ──────────────────────────────
104104
if (!isDashboard) {
105105
fetchHealth();
106-
setInterval(fetchHealth, 30000);
106+
setInterval(fetchHealth, 1000);
107107
initReveal();
108108
return;
109109
}

0 commit comments

Comments
 (0)