From aee7d8be9232d1029254949b415a6670baafc38d 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:12:27 +0800 Subject: [PATCH] Update config.toml --- docker/dockerfile/nocache/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dockerfile/nocache/config.toml b/docker/dockerfile/nocache/config.toml index 99147a8..dc2d8f5 100644 --- a/docker/dockerfile/nocache/config.toml +++ b/docker/dockerfile/nocache/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