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

[Sequencer] trim down the bad transaction hash table #1641

Open
hexoscott opened this issue Jan 16, 2025 · 0 comments
Open

[Sequencer] trim down the bad transaction hash table #1641

hexoscott opened this issue Jan 16, 2025 · 0 comments
Labels
good first issue Good for newcomers

Comments

@hexoscott
Copy link
Collaborator

At the moment we write overflow transaction hashes to the database but there is no routine to clean them up. We should put something in place to clear these down every so often and only keep the last X amount where X is configurable via a flag and has a sensible default. The option to completely clear the table would also be useful via a startup flag.

@revitteth revitteth added the good first issue Good for newcomers label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants