We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am looking a way to adjust pruning to keep last N states, rather than 100.
Can be done by adjusting BaseApp.SetPruning() with addition params.
The text was updated successfully, but these errors were encountered:
Yes, this can be done. But we'll need to think of a clean and flexible API that wont break with future changes.
Sorry, something went wrong.
@alexanderbez I created PR with simple proposal #3195.
cosmos#3194 Configurable pruning. Fix docs and create strategies const.
d791ee4
Successfully merging a pull request may close this issue.
Hi, I am looking a way to adjust pruning to keep last N states, rather than 100.
Can be done by adjusting BaseApp.SetPruning() with addition params.
The text was updated successfully, but these errors were encountered: