mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 12:35:39 +01:00
Update bot limit
This commit is contained in:
@@ -20,7 +20,7 @@ use crate::{
|
|||||||
|
|
||||||
pub type Database = Extension<Arc<PrismaClient>>;
|
pub type Database = Extension<Arc<PrismaClient>>;
|
||||||
|
|
||||||
const BOTS_COUNT_LIMIT: i64 = 3;
|
const BOTS_COUNT_LIMIT: i64 = 5;
|
||||||
|
|
||||||
async fn get_services(db: Database) -> impl IntoResponse {
|
async fn get_services(db: Database) -> impl IntoResponse {
|
||||||
let services = db
|
let services = db
|
||||||
|
|||||||
Reference in New Issue
Block a user