From bc33e14445c2716f33cd6b2b3dd975bf577a2af1 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 5 Jan 2026 13:36:30 +0700 Subject: [PATCH] fix: disable limiter --- 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..c89c525 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -49,7 +49,7 @@ enable = true enable = true [middleware.limiter] -enable = true +enable = false max = 20 expiration_seconds = 60