Update README.md

This commit is contained in:
starry
2025-06-14 14:10:07 +08:00
committed by GitHub
parent 45ffebc820
commit 7dcbc839c6

View File

@@ -101,11 +101,11 @@ example.com {
host = "0.0.0.0" host = "0.0.0.0"
# 监听端口 # 监听端口
port = 5000 port = 5000
# 文件大小限制字节默认2GB # Github文件大小限制字节默认2GB
fileSize = 2147483648 fileSize = 2147483648
[rateLimit] [rateLimit]
# 每个IP每小时允许的请求数(Docker镜像每个层为一个请求) # 每个IP每小时允许的请求数(注意Docker镜像每个层为一个请求)
requestLimit = 200 requestLimit = 200
# 限流周期(小时) # 限流周期(小时)
periodHours = 1.0 periodHours = 1.0