From fdf323ea51c68382d3ad2e18761db2844ddbcf14 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Tue, 7 Oct 2025 11:46:26 +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 21ba367..3e624aa 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