From 95acc0a09c2c3d0f1b6551c4d51b4624dd66956a Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:00:24 -0500 Subject: [PATCH] =?UTF-8?q?revert:=20ventana=20de=20ex=C3=A1menes=20recien?= =?UTF-8?q?tes=20a=2030=20minutos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- api/lab/get_examenes_rips.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/lab/get_examenes_rips.php b/api/lab/get_examenes_rips.php index a9ce0d9..16e464a 100644 --- a/api/lab/get_examenes_rips.php +++ b/api/lab/get_examenes_rips.php @@ -19,7 +19,7 @@ $cacheRow = db()->prepare( FROM rips_examenes_pendientes WHERE numero_documento = ? AND DATE(created_at) = CURDATE() - AND created_at >= NOW() - INTERVAL 5 MINUTE + AND created_at >= NOW() - INTERVAL 30 MINUTE ORDER BY created_at DESC LIMIT 1" );