mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
perf(cli): use available_parallelism as default for re-execute (#21010)
This commit is contained in:
@@ -138,9 +138,7 @@ Static Files:
|
||||
The height to end at. Defaults to the latest block
|
||||
|
||||
--num-tasks <NUM_TASKS>
|
||||
Number of tasks to run in parallel
|
||||
|
||||
[default: 10]
|
||||
Number of tasks to run in parallel. Defaults to the number of available CPUs
|
||||
|
||||
--skip-invalid-blocks
|
||||
Continues with execution when an invalid block is encountered and collects these blocks
|
||||
|
||||
@@ -138,9 +138,7 @@ Static Files:
|
||||
The height to end at. Defaults to the latest block
|
||||
|
||||
--num-tasks <NUM_TASKS>
|
||||
Number of tasks to run in parallel
|
||||
|
||||
[default: 10]
|
||||
Number of tasks to run in parallel. Defaults to the number of available CPUs
|
||||
|
||||
--skip-invalid-blocks
|
||||
Continues with execution when an invalid block is encountered and collects these blocks
|
||||
|
||||
Reference in New Issue
Block a user