mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore(engine): remove MIN_WORKER_COUNT (#21829)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user