Skip to content

Commit

Permalink
release 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Sep 30, 2024
1 parent 09c0fca commit 4f80368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3-SNAPSHOT
1.5.3
2 changes: 1 addition & 1 deletion api/v1/traffic_manage/ratelimit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ message Rule {
// 可以有多个粒度的配置(比如同时针对秒级,分钟级,天级),匹配一个则进行限流
// 全局限流模式下,该值为服务配额总量;单机限流模式下,该值为单个节点能处理的配额量
repeated Amount amounts = 9;
// 限流动作,对应着客户端的插件名字
// 限流动作,和 resource 配合决定插件名称
google.protobuf.StringValue action = 10;
// 是否停用该限流规则,默认启用
google.protobuf.BoolValue disable = 11;
Expand Down

0 comments on commit 4f80368

Please sign in to comment.