Skip to content

Commit

Permalink
fix bonsai historical block limit
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla committed Jan 9, 2024
1 parent e373e8a commit 73059a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ The singular `--banned-node-id` and plural `--banned-node-ids` are available and
<TabItem value="Syntax" label="Syntax" default>

```bash
--bonsai-historical-block-limit=256
--bonsai-historical-block-limit=<INTEGER>
```

</TabItem>
Expand All @@ -294,7 +294,7 @@ The singular `--banned-node-id` and plural `--banned-node-ids` are available and
<TabItem value="Environment variable" label="Environment variable">

```bash
BESU_BONSAI_MAXIMUM_BACK_LAYERS_TO_LOAD=256
BESU_BONSAI_HISTORICAL_BLOCK_LIMIT=256
```

</TabItem>
Expand Down

0 comments on commit 73059a2

Please sign in to comment.