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

Bound individual scheduler buckets by their portion of the maximum number of transactions #4194

Open
clemahieu opened this issue Mar 21, 2023 · 0 comments
Labels
Milestone

Comments

@clemahieu
Copy link
Contributor

Currently there is a limit on the total number of active transactions a node can track, however, there is not a limit on the number of transaction an individual bucket can track which impacts flow control during heavy transaction volume.

Proof of concept to limit individual bucket transaction count.
https://github.com/clemahieu/nano-node/tree/election_occupancy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Merged / V28.0
Development

No branches or pull requests

2 participants