mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
refactor(trie): always use ParallelSparseTrie, deprecate config flags (#21435)
This commit is contained in:
@@ -954,9 +954,6 @@ Engine:
|
||||
--engine.disable-prewarming
|
||||
Disable parallel prewarming
|
||||
|
||||
--engine.disable-parallel-sparse-trie
|
||||
Disable the parallel sparse trie in the engine
|
||||
|
||||
--engine.state-provider-metrics
|
||||
Enable state provider latency metrics. This allows the engine to collect and report stats about how long state provider calls took during execution, but this does introduce slight overhead to state provider calls
|
||||
|
||||
|
||||
@@ -954,9 +954,6 @@ Engine:
|
||||
--engine.disable-prewarming
|
||||
Disable parallel prewarming
|
||||
|
||||
--engine.disable-parallel-sparse-trie
|
||||
Disable the parallel sparse trie in the engine
|
||||
|
||||
--engine.state-provider-metrics
|
||||
Enable state provider latency metrics. This allows the engine to collect and report stats about how long state provider calls took during execution, but this does introduce slight overhead to state provider calls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user