pub const DEFAULT_SPARSE_TRIE_MAX_STORAGE_TRIES: usize = 100;
Default maximum number of storage tries to keep after pruning.
Storage tries beyond this limit are cleared (but allocations preserved).