mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
chore: fix unused parallel trie const without std (#21610)
This commit is contained in:
@@ -994,6 +994,7 @@ where
|
||||
S: SparseTrieTrait + SparseTrieExt + Default + Clone,
|
||||
{
|
||||
/// Minimum number of storage tries before parallel pruning is enabled.
|
||||
#[cfg(feature = "std")]
|
||||
const PARALLEL_PRUNE_THRESHOLD: usize = 16;
|
||||
|
||||
/// Returns true if parallelism should be enabled for pruning the given number of tries.
|
||||
|
||||
Reference in New Issue
Block a user