From 98b6a17c04a1dbf3286368902cdc985c4550dd7c 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:11:54 +0800 Subject: [PATCH] fix --- config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.toml b/config/config.toml index ce83e2a..2f6b177 100644 --- a/config/config.toml +++ b/config/config.toml @@ -30,6 +30,6 @@ whitelistFile = "/data/ghproxy/config/whitelist.json" [rateLimit] enabled = false -rateMrthod = "total" # "ip" or "total" +rateMethod = "total" # "ip" or "total" ratePerMinute = 180 burst = 5