pub const DEFAULT_SPARSE_TRIE_MAX_STORAGE_TRIES: usize = 100; // 100usizeAvailable on crate feature
node-api only.Expand description
Default maximum number of storage tries to keep after pruning.
Storage tries beyond this limit are cleared (but allocations preserved).