Skip to content
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

higher rate limit to prevent unnecessary client-side throttling #3067

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

mengqiy
Copy link
Contributor

@mengqiy mengqiy commented Apr 28, 2022

Fixes b/230656405

@mengqiy mengqiy requested a review from droot April 28, 2022 18:11
if restCfg.QPS < 30 {
restCfg.QPS = 30.0
restCfg.Burst = 45
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh.. so it was client-side throttling... interesting :)

@mengqiy mengqiy merged commit cce9fb3 into kptdev:main Apr 29, 2022
@mengqiy mengqiy deleted the ratelimit branch April 29, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants