mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat(engine): add --engine.disable-sparse-trie-cache-pruning flag (#21967)
Co-authored-by: Amp <amp@ampcode.com> Co-authored-by: mattsse <19890894+mattsse@users.noreply.github.com> Co-authored-by: alexey <17802178+shekhirin@users.noreply.github.com> Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
This commit is contained in:
committed by
GitHub
parent
77cb99fc78
commit
3300e404cf
@@ -1027,6 +1027,9 @@ Engine:
|
||||
|
||||
[default: 100]
|
||||
|
||||
--engine.disable-sparse-trie-cache-pruning
|
||||
Fully disable sparse trie cache pruning. When set, the cached sparse trie is preserved without any node pruning or storage trie eviction between blocks. Useful for benchmarking the effects of retaining the full trie cache
|
||||
|
||||
--engine.state-root-task-timeout <STATE_ROOT_TASK_TIMEOUT>
|
||||
Configure the timeout for the state root task before spawning a sequential fallback. If the state root task takes longer than this, a sequential computation starts in parallel and whichever finishes first is used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user