mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 16:21:11 +08:00
Update README.md
This commit is contained in:
parent
d5fe3da05e
commit
fff9c7d202
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ whitelistFile = "/data/ghproxy/config/whitelist.json" # 白名单文件路径
|
||||||
|
|
||||||
[rateLimit]
|
[rateLimit]
|
||||||
enabled = false # 是否开启速率限制
|
enabled = false # 是否开启速率限制
|
||||||
rateMrthod = "total" # "ip" or "total" 速率限制方式
|
rateMethod = "total" # "ip" or "total" 速率限制方式
|
||||||
ratePerMinute = 180 # 每分钟限制请求数量
|
ratePerMinute = 180 # 每分钟限制请求数量
|
||||||
burst = 5 # 突发请求数量
|
burst = 5 # 突发请求数量
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue