update book

This commit is contained in:
Alexey Shekhirin
2025-12-15 11:48:31 +00:00
parent acce4a84fc
commit 23775a96dd
2 changed files with 16 additions and 0 deletions

View File

@@ -132,6 +132,14 @@ Static Files:
--skip-invalid-blocks
Continues with execution when an invalid block is encountered and collects these blocks
--total-blocks <TOTAL_BLOCKS>
Total number of blocks to execute, distributed evenly across the range. If not set, all blocks in the range are executed
--chunk-size <CHUNK_SIZE>
Size of contiguous block ranges to execute when using --total-blocks
[default: 10]
Logging:
--log.stdout.format <FORMAT>
The format to use for logs written to stdout

View File

@@ -132,6 +132,14 @@ Static Files:
--skip-invalid-blocks
Continues with execution when an invalid block is encountered and collects these blocks
--total-blocks <TOTAL_BLOCKS>
Total number of blocks to execute, distributed evenly across the range. If not set, all blocks in the range are executed
--chunk-size <CHUNK_SIZE>
Size of contiguous block ranges to execute when using --total-blocks
[default: 10]
Logging:
--log.stdout.format <FORMAT>
The format to use for logs written to stdout