Added self updating firehose.html and chat.html

This commit is contained in:
Pablo Revilla
2025-05-22 10:29:10 -07:00
parent f08f6f9b93
commit 960a18586d

View File

@@ -111,7 +111,7 @@ document.addEventListener("DOMContentLoaded", () => {
// Start fetching updates
fetchUpdates();
setInterval(fetchUpdates, 1000);
setInterval(fetchUpdates, 5000);
});
</script>