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

fix: default state_rpc_limit to isize maximum #1463

Conversation

86667
Copy link
Contributor

@86667 86667 commented Sep 16, 2024

This is the quick fix so that the default value can be set without a crash.

This doesnt fix the wider issue of u64 being an unsuitable type for all configuration values.

@86667 86667 linked an issue Sep 16, 2024 that may be closed by this pull request
@86667 86667 added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit 8fd928d Sep 17, 2024
4 checks passed
@86667 86667 deleted the 1462-configs-state_rpc_limit-default-is-too-large-for-toml-serialisation branch September 17, 2024 14:13
86667 added a commit that referenced this pull request Sep 23, 2024
…ed by toml serialistion (#1463)

Co-authored-by: Tomos Wootton <[email protected]>
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.

Config's state_rpc_limit default is too large for toml serialisation
2 participants