mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat(engine): add state root task timeout with sequential fallback (#22004)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
0b7cd60668
commit
5bccdc4a5d
@@ -1022,6 +1022,15 @@ Engine:
|
||||
|
||||
[default: 100]
|
||||
|
||||
--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.
|
||||
|
||||
--engine.state-root-task-timeout 1s --engine.state-root-task-timeout 400ms
|
||||
|
||||
Set to 0s to disable.
|
||||
|
||||
[default: 1s]
|
||||
|
||||
ERA:
|
||||
--era.enable
|
||||
Enable import from ERA1 files
|
||||
|
||||
Reference in New Issue
Block a user