Skip to content

Commit

Permalink
make gen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 22, 2024
1 parent 22b0905 commit cf75366
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/polycli_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ If you're experiencing missing blocks, try adjusting the `--batch-size` and `--i
## Flags

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

The command also inherits flags from parent commands.
Expand Down

0 comments on commit cf75366

Please sign in to comment.