From ac0ef195b66ed2a8b9b262a5864967972b0b60a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8C=E8=A6=8B=20=E7=81=AF=E8=8A=B1?= <172008506+satomitoka@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:13:05 +0800 Subject: [PATCH] fix --- deploy/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/config.toml b/deploy/config.toml index 4789d92..c451cc4 100644 --- a/deploy/config.toml +++ b/deploy/config.toml @@ -30,6 +30,6 @@ whitelistFile = "/usr/local/ghproxy/config/whitelist.json" [rateLimit] enabled = false -rateMrthod = "total" # "ip" or "total" +rateMethod = "total" # "ip" or "total" ratePerMinute = 180 burst = 5