fatxpool
: add LRUCache for views.
#5474
Labels
T0-node
This PR/Issue is related to the topic “node”.
fatxpool
: add LRUCache for views.
#5474
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.
The text was updated successfully, but these errors were encountered: