Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated environment variable example for bonsai-historical-block-limit #1479

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="/public-networks/reference/cli/options">
command line interface
</a>{" "}
and
and{" "}

Check failure on line 14 in src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Build and lint / Lint

Delete `{"·"}⏎·······`
<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
Expand Down
Loading