Constant polkadot_node_subsystem::KNOWN_LEAVES_CACHE_SIZE
source · pub const KNOWN_LEAVES_CACHE_SIZE: usize = 2 * 24 * 3600 / 6; // 28_800usize
Expand description
Store 2 days worth of blocks, not accounting for forks, in the LRU cache. Assumes a 6-second block time.