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