This commit is contained in:
Lizandro Guarnizo
2026-06-16 07:02:04 -05:00
parent 64f21b083a
commit 35b13468b6
5 changed files with 81 additions and 22 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ async function cargarSnapshot() {
}
cargarSnapshot();
setInterval(cargarSnapshot, 4000);
setInterval(cargarSnapshot, 2000);
</script>
</body>
</html>