Skip to content

限流问题 #852

Sep 30, 2021 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@lf2186 可以将惩罚周期stayPeriod设置为0:

"checkPeriod": 1, // 检测周期为1秒
"stayPeriod": 0, // 额外惩罚时长为0
"threshold": 1000, // 限流阈值为1000请求

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@kwanhur
Comment options

Comment options

You must be logged in to vote
1 reply
@lf2186
Comment options

Answer selected by iyangsj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants