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 clustering_max_lag -> clustering_max_unsynced_actions and lag -> lag_in_bytes #810

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

viktorerlingsson
Copy link
Member

@viktorerlingsson viktorerlingsson commented Oct 16, 2024

WHAT is this pull request doing?

Clarifies that max_lag is number of actions by renaming it to max_unsynced_actions.
Clarifies that lag is number of bytes by renaming it to lag_in_bytes.

HOW can this pull request be tested?

Just renames variables so no new specs, but can be tested by running clustering specs or manually.

@viktorerlingsson viktorerlingsson merged commit 619460c into main Oct 25, 2024
17 of 19 checks passed
@viktorerlingsson viktorerlingsson deleted the rename-lag-max_lag branch October 25, 2024 14:24
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.

max_lag is in nr of actions but lag is in nr of bytes
2 participants