You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache configuration is not ideal today. The format for cache capacities is verbose JSON, some field values are hard-coded without good reason, and the config code probably has too many structs (StoreConfig, TrieConfig, ShardCacheConfig).
We should carefully consider how the user-facing configuration should look like in the next step. And try to generally cleanup the code a bit more.
Cache configuration is not ideal today. The format for cache capacities is verbose JSON, some field values are hard-coded without good reason, and the config code probably has too many structs (
StoreConfig
,TrieConfig
,ShardCacheConfig
).We should carefully consider how the user-facing configuration should look like in the next step. And try to generally cleanup the code a bit more.
Already done: #7566
Already in progress: #7578
The text was updated successfully, but these errors were encountered: