Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Sep 23, 2024
1 parent 2a2a9ae commit 7769247
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,15 @@ This option is ignored if [`--data-storage-mode`](#data-storage-mode) is not set
:::note
Specifying a higher number of slots has a potentially higher overhead for retrieving finalized

Check warning on line 410 in docs/reference/cli/index.md

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Microsoft.Adverbs] Remove 'potentially' if it's not important to the meaning of the statement. Raw Output: {"message": "[Microsoft.Adverbs] Remove 'potentially' if it's not important to the meaning of the statement.", "location": {"path": "docs/reference/cli/index.md", "range": {"start": {"line": 410, "column": 43}}}, "severity": "WARNING"}
states, since you might need to regenerate more states to get to the requested state.
states, since Teku might need to regenerate more states to get to the requested state.
Specifying a lower number of slots increases the disk space usage.
:::
For example, `--data-storage-archive-frequency=1` uses maximum disk space but has the lowest
response time for retrieving a finalized state since each slot state is saved, whereas
`--data-storage-archive-frequency=2048` uses less disk space, but may need to regenerate the state
because every 2048th slot state is saved.
For example, with `--data-storage-archive-frequency=1`, Teku uses maximum disk space but has the
lowest response time for retrieving a finalized state since it saves every slot state.
With `--data-storage-archive-frequency=2048`, Teku uses less disk space but might need to
regenerate the state since it only saves every 2048th slot state.
### `data-storage-mode`
Expand Down

0 comments on commit 7769247

Please sign in to comment.