chore(engine): remove MIN_WORKER_COUNT (#21829)

This commit is contained in:
DaniPopes
2026-02-05 20:06:50 +01:00
committed by GitHub
parent f113caa26a
commit 67e29aa60d
4 changed files with 14 additions and 11 deletions

View File

@@ -1001,7 +1001,7 @@ Engine:
Allow unwinding canonical header to ancestor during forkchoice updates. See `TreeConfig::unwind_canonical_header` for more details
--engine.storage-worker-count <STORAGE_WORKER_COUNT>
Configure the number of storage proof workers in the Tokio blocking pool. If not specified, defaults to 2x available parallelism, clamped between 2 and 64
Configure the number of storage proof workers in the Tokio blocking pool. If not specified, defaults to 2x available parallelism
--engine.account-worker-count <ACCOUNT_WORKER_COUNT>
Configure the number of account proof workers in the Tokio blocking pool. If not specified, defaults to the same count as storage workers

View File

@@ -1001,7 +1001,7 @@ Engine:
Allow unwinding canonical header to ancestor during forkchoice updates. See `TreeConfig::unwind_canonical_header` for more details
--engine.storage-worker-count <STORAGE_WORKER_COUNT>
Configure the number of storage proof workers in the Tokio blocking pool. If not specified, defaults to 2x available parallelism, clamped between 2 and 64
Configure the number of storage proof workers in the Tokio blocking pool. If not specified, defaults to 2x available parallelism
--engine.account-worker-count <ACCOUNT_WORKER_COUNT>
Configure the number of account proof workers in the Tokio blocking pool. If not specified, defaults to the same count as storage workers