From 73650bd79ca5f0848663a8024f859eb6e2da2fd8 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Mon, 8 Jan 2024 00:59:17 +0100 Subject: [PATCH] Update bot limit --- src/views.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views.rs b/src/views.rs index 8b0acea..1e2298c 100644 --- a/src/views.rs +++ b/src/views.rs @@ -20,7 +20,7 @@ use crate::{ pub type Database = Extension>; -const BOTS_COUNT_LIMIT: i64 = 3; +const BOTS_COUNT_LIMIT: i64 = 5; async fn get_services(db: Database) -> impl IntoResponse { let services = db