feat(engine): enable prewarming & caching by default (#15630)

This commit is contained in:
Alexey Shekhirin
2025-04-09 03:27:05 -07:00
committed by GitHub
parent 73b9294072
commit e261a2e205
4 changed files with 32 additions and 20 deletions

View File

@@ -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