Skip to content

Commit cf75366

Browse files
committed
make gen doc
1 parent 22b0905 commit cf75366

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/polycli_monitor.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ If you're experiencing missing blocks, try adjusting the `--batch-size` and `--i
2828
## Flags
2929

3030
```bash
31-
-b, --batch-size string Number of requests per batch (default "auto")
32-
-c, --cache-limit int Number of cached blocks for the LRU block data structure (Min 100) (default 200)
33-
-h, --help help for monitor
34-
-i, --interval string Amount of time between batch block rpc calls (default "5s")
35-
-r, --rpc-url string The RPC endpoint url (default "http://localhost:8545")
31+
-b, --batch-size string Number of requests per batch (default "auto")
32+
-c, --cache-limit int Number of cached blocks for the LRU block data structure (Min 100) (default 200)
33+
-h, --help help for monitor
34+
-i, --interval string Amount of time between batch block rpc calls (default "5s")
35+
-r, --rpc-url string The RPC endpoint url (default "http://localhost:8545")
36+
-s, --sub-batch-size int Number of requests per sub-batch (default 50)
3637
```
3738

3839
The command also inherits flags from parent commands.

0 commit comments

Comments
 (0)