From 86d8cdac694c72495f27bf50eb99f6d38af9f5e9 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Thu, 26 May 2022 13:21:59 +0800 Subject: [PATCH] chore: update comment --- config/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dev.yaml b/config/dev.yaml index 8b6a2285..4b9f1ded 100644 --- a/config/dev.yaml +++ b/config/dev.yaml @@ -22,7 +22,7 @@ server: logRetainDays: 3 # 日志保留天数,比如只保留近三天日志 enableRateLimit: true # 是否限流 rateLimitWindowMs: 60000 # 限流时间 - rateLimitMax: 1000 # 单位限流时间内单个 up 最大访问数量 + rateLimitMax: 1000 # 单位限流时间内单个 ip 最大访问数量 # 数据库配置 db: