mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat(engine): enable prewarming & caching by default (#15630)
This commit is contained in:
5
book/cli/reth/node.md
vendored
5
book/cli/reth/node.md
vendored
@@ -723,7 +723,10 @@ Engine:
|
||||
Enable legacy state root
|
||||
|
||||
--engine.caching-and-prewarming
|
||||
Enable cross-block caching and parallel prewarming
|
||||
CAUTION: This CLI flag has no effect anymore, use --engine.disable-caching-and-prewarming if you want to disable caching and prewarming
|
||||
|
||||
--engine.disable-caching-and-prewarming
|
||||
Disable cross-block caching and parallel prewarming
|
||||
|
||||
--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