perf(cli): use available_parallelism as default for re-execute (#21010)

This commit is contained in:
Matthias Seitz
2026-01-16 17:08:30 +01:00
committed by GitHub
parent e313de818b
commit b4b64096c8
3 changed files with 12 additions and 12 deletions

View File

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

View File

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