-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#733)Support nginx bandwidth control #1118
Conversation
@@ -48,6 +51,10 @@ type RateLimit struct { | |||
RPS Zone `json:"rps"` | |||
|
|||
RPM Zone `json:"rpm"` | |||
|
|||
LimitRate int `json:"limitRate"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limit-rate
|
||
LimitRate int `json:"limitRate"` | ||
|
||
LimitRateAfter int `json:"limitRateAfter"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limit-rate-after
@zjj2wry this looks great. Thank you for doing this! |
@zjj2wry You're doing a great job :) I've just missed some things:
Also, @aledbf made some comments and is the better one to help you with other reviews here and in other PRs! Thank you very much! |
@aledbf thank you for review. |
@rikatz |
/lgtm |
@zjj2wry thanks! |
@zjj2wry Thank you very much!! |
closes #733 @rikatz I has finish this feature. Can you help me review this. thanks 😊