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

Command-line help does not show default values for parameters. #4514

Open
rayn316 opened this issue Jan 17, 2025 · 1 comment
Open

Command-line help does not show default values for parameters. #4514

rayn316 opened this issue Jan 17, 2025 · 1 comment

Comments

@rayn316
Copy link

rayn316 commented Jan 17, 2025

Problem

Since there are no default values, it's unclear how much to adjust from the original basis.
For example, such a setting.

        --accounts-index-bins <BINS>
            Number of bins to divide the accounts index into

Proposed Solution

@corlinp
Copy link

corlinp commented Jan 29, 2025

FWIW the default for this is currently 8192:

pub const BINS_DEFAULT: usize = 8192;

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

No branches or pull requests

2 participants