chore: 优化IP访问限制配置的命名

This commit is contained in:
ray
2024-08-10 17:37:20 +08:00
parent b61e57e132
commit fa5a944511
4 changed files with 6 additions and 6 deletions

View File

@@ -24,8 +24,8 @@ public interface SystemConstants {
String ROOT_ROLE_CODE = "ROOT";
/**
* IP请求限制QPS阈值配置KEY
* 单个IP请求的最大每秒查询数(QPS阈值Key
*/
String CONFIG_IP_RATE_LIMIT_QPS_KEY = "IP_RATE_LIMIT_COUNT_QPS";
String IP_QPS_THRESHOLD_LIMIT_KEY = "IP_QPS_THRESHOLD_LIMIT";
}