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
@@ -537,7 +537,7 @@ async function cargarSnapshot() {
// Arrancar polling cada 4 s (funciona aunque SSE falle por proxy)
function iniciarPolling() {
cargarSnapshot();
pollTimer = setInterval(cargarSnapshot, 4000);
pollTimer = setInterval(cargarSnapshot, 2000);
}
// ── SSE ───────────────────────────────────────────────────────