From 5edfca04a707c796135c72e1118099b69503903b Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 20 Jan 2026 06:26:44 +0000 Subject: [PATCH] Actualizar index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8bd4677..1ca658f 100644 --- a/index.js +++ b/index.js @@ -305,7 +305,7 @@ async function start() { while (true) { await runMultiasistencia(); console.log("💤 Durmiendo 15 minutos..."); - await new Promise(r => setTimeout(r, 15 * 60 * 1000)); + await new Promise(r => setTimeout(r, 10 * 60 * 1000)); } }