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

fatxpool: add LRUCache for views. #5474

Open
Tracked by #5472
michalkucharczyk opened this issue Aug 27, 2024 · 0 comments
Open
Tracked by #5472

fatxpool: add LRUCache for views. #5474

michalkucharczyk opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
T0-node This PR/Issue is related to the topic “node”.

Comments

@michalkucharczyk
Copy link
Contributor

Currently the number of views can grow w/o any limits together with the number of forks. This is not likely to happen, but could be possible e.g. if finalization is stalled. LRU Cache should prevent this. I would start with 5 active and 10 inactive views.

@michalkucharczyk michalkucharczyk self-assigned this Aug 27, 2024
@michalkucharczyk michalkucharczyk added the T0-node This PR/Issue is related to the topic “node”. label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

No branches or pull requests

1 participant