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

Rename: Rename limiter data_in to corrd_data_in #1481

Closed
Tracked by #1480
ZuoTiJia opened this issue Sep 7, 2023 · 0 comments · Fixed by #1482
Closed
Tracked by #1480

Rename: Rename limiter data_in to corrd_data_in #1481

ZuoTiJia opened this issue Sep 7, 2023 · 0 comments · Fixed by #1482

Comments

@ZuoTiJia
Copy link
Contributor

ZuoTiJia commented Sep 7, 2023

[request_config.data_in]
local_bucket = {max = 100, initial = 0}
remote_bucket = {max = 100, initial = 0, refill = 100, interval = 100}
[request_config.data_out.local_bucket]
local_bucket = {max = 100, initial = 0}
remote_bucket = {max = 100, initial = 0, refill = 100, interval = 100}
[request_config.data_writes.local_bucket]
local_bucket = {max = 100, initial = 0}
remote_bucket = {max = 100, initial = 0, refill = 100, interval = 100}
[request_config.data_queries.local_bucket]
local_bucket = {max = 100, initial = 0}
remote_bucket = {max = 100, initial = 0, refill = 100, interval = 100}

In order to avoid naming conflicts between the coordinator rate limit and the http API rate limit, data_in is renamed, which also makes the semantics clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant