v1.4.1
Parker 5 years ago
parent de3d3fe2cb
commit f335730446

@ -15,7 +15,7 @@ import java.lang.annotation.*;
@Documented @Documented
public @interface Limiter { public @interface Limiter {
/** 标题 */ /** QPS */
double qps() default RateLimiterUtil.DEFAULT_QPS; double qps() default RateLimiterUtil.DEFAULT_QPS;
/** 提醒方式 */ /** 提醒方式 */

Loading…
Cancel
Save