mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat(engine): add CLI args for sparse trie pruning configuration (#21703)
This commit is contained in:
@@ -1015,6 +1015,16 @@ Engine:
|
||||
--engine.enable-sparse-trie-as-cache
|
||||
Enable sparse trie as cache
|
||||
|
||||
--engine.sparse-trie-prune-depth <SPARSE_TRIE_PRUNE_DEPTH>
|
||||
Sparse trie prune depth
|
||||
|
||||
[default: 4]
|
||||
|
||||
--engine.sparse-trie-max-storage-tries <SPARSE_TRIE_MAX_STORAGE_TRIES>
|
||||
Maximum number of storage tries to retain after sparse trie pruning
|
||||
|
||||
[default: 100]
|
||||
|
||||
ERA:
|
||||
--era.enable
|
||||
Enable import from ERA1 files
|
||||
|
||||
@@ -1015,6 +1015,16 @@ Engine:
|
||||
--engine.enable-sparse-trie-as-cache
|
||||
Enable sparse trie as cache
|
||||
|
||||
--engine.sparse-trie-prune-depth <SPARSE_TRIE_PRUNE_DEPTH>
|
||||
Sparse trie prune depth
|
||||
|
||||
[default: 4]
|
||||
|
||||
--engine.sparse-trie-max-storage-tries <SPARSE_TRIE_MAX_STORAGE_TRIES>
|
||||
Maximum number of storage tries to retain after sparse trie pruning
|
||||
|
||||
[default: 100]
|
||||
|
||||
ERA:
|
||||
--era.enable
|
||||
Enable import from ERA1 files
|
||||
|
||||
Reference in New Issue
Block a user