diff --git a/crates/presentation/src/handlers.rs b/crates/presentation/src/handlers.rs index 8221ad4..114f8da 100644 --- a/crates/presentation/src/handlers.rs +++ b/crates/presentation/src/handlers.rs @@ -1,4 +1,4 @@ -const DEFAULT_PAGE_LIMIT: u32 = 20; +const DEFAULT_PAGE_LIMIT: u32 = 5; pub mod html { use axum::{