Skip to content

Commit

Permalink
Updated environment variable example for bonsai-historical-block-limit (
Browse files Browse the repository at this point in the history
#1479)

* fix bonsai historical block limit

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

* missing space

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

* Fixed prettier issue.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Co-authored-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
macfarla and bgravenorst authored Jan 9, 2024
1 parent e373e8a commit dec99e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
3 changes: 1 addition & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ function HomepageText() {
<a href="/public-networks/reference/cli/options">
command line interface
</a>{" "}
and
<a href="/public-networks/how-to/use-besu-api">JSON-RPC API</a> for
and <a href="/public-networks/how-to/use-besu-api">JSON-RPC API</a> for
running, maintaining, debugging, and monitoring nodes in an Ethereum
network. You can use the API via RPC over HTTP or via WebSocket. Besu
also supports Pub/Sub.
Expand Down

0 comments on commit dec99e9

Please sign in to comment.