made dah faster

This commit is contained in:
zastian-dev
2026-02-10 15:34:49 +00:00
parent 831dc84ff9
commit b77c09bc87
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
target/
.env
*.log
*.csv

View File

@@ -309,7 +309,7 @@ const HTML_TEMPLATE: &str = r#"<!DOCTYPE html>
// Initial load
document.addEventListener('DOMContentLoaded', () => {
loadAllData();
setInterval(loadAllData, 10000); // Refresh every 10 seconds
setInterval(loadAllData, 2000); // Refresh every 2 seconds
});
</script>
</body>