From 48da0ccad628d6978580347fe1d2722e22348b36 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Mon, 5 Jan 2026 14:43:25 +0800 Subject: [PATCH] update --- config/toml/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index 11fc7d8..f3b2f82 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -50,7 +50,7 @@ enable = true [middleware.limiter] enable = true -max = 20 +max = 500 expiration_seconds = 60 [middleware.csrf]