频率限制3

This commit is contained in:
GYJ
2025-03-23 17:04:08 +08:00
parent 35bf6e479e
commit 641e949f1e
6 changed files with 12 additions and 1 deletions

View File

@@ -13,5 +13,5 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
public @interface Limiting {
// 默认每秒放入桶中的token
double limitNum() default 10;
double limitNum() default 5;
}