Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update state:history storage to 1:1 (#1561)
This approach to balancing storage is temporary. We will implement a more sophisticated approach in the near future. Rather than trying to guess what the state:history ratio will be, we can just look at it short term. If we add in the data from block 21M + 6 months, then the ratio gets to about 1:1. So technically we are still over-allocating for state right this moment, but it gives us plenty of runway, and is close enough that it shouldn't cause major problems.
- Loading branch information