From 1e38f4ddeaa181280640f73874032b9c1e0094b2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 11 Jul 2024 08:42:45 -0300 Subject: [PATCH] cambiar threshold coto --- rust/src/api/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/api/main.rs b/rust/src/api/main.rs index 5dc05cd..dc38060 100644 --- a/rust/src/api/main.rs +++ b/rust/src/api/main.rs @@ -34,7 +34,7 @@ async fn healthcheck(State(pool): State) -> impl IntoResponse { .count; let expected_count = match *supermercado { Supermercado::Carrefour => 45000, - Supermercado::Coto => 32000, + Supermercado::Coto => 28000, Supermercado::Jumbo => 20000, Supermercado::Farmacity => 8000, Supermercado::Dia => 4000,