feat: add auto metric refresh

This commit is contained in:
2026-06-08 15:54:17 +01:00
parent 458b7897dd
commit 027ac59bc7
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -334,6 +334,7 @@
} catch { /* DB unavailable — stats stay as dashes */ }
}
loadStats();
setInterval(() => loadStats(), 10_000);
</script>
<script>
async function checkAuth() {