Skip to main content

DEFAULT_SPARSE_TRIE_MAX_STORAGE_TRIES

Constant DEFAULT_SPARSE_TRIE_MAX_STORAGE_TRIES 

Source
pub const DEFAULT_SPARSE_TRIE_MAX_STORAGE_TRIES: usize = 100; // 100usize
Available 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).