mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat(engine): add instrumented state provider (#15891)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
3
book/cli/reth/node.md
vendored
3
book/cli/reth/node.md
vendored
@@ -740,6 +740,9 @@ Engine:
|
||||
--engine.disable-caching-and-prewarming
|
||||
Disable cross-block caching and parallel prewarming
|
||||
|
||||
--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
|
||||
|
||||
--engine.cross-block-cache-size <CROSS_BLOCK_CACHE_SIZE>
|
||||
Configure the size of cross-block cache in megabytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user