We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BeaconState
1 parent 4a3bf70 commit 4762c04Copy full SHA for 4762c04
book/src/advanced_database.md
@@ -14,7 +14,7 @@ more detail below).
14
The full states upon which blocks are replayed are referred to as _snapshots_ in the case of the
15
freezer DB, and _epoch boundary states_ in the case of the hot DB.
16
17
-The frequency at which the hot database stores full `BeaconState` is fixed to one-state-per-epoch
+The frequency at which the hot database stores full `BeaconState`s is fixed to one-state-per-epoch
18
in order to keep loads of recent states performant. For the freezer DB, the frequency is
19
configurable via the `--hierarchy-exponents` CLI flag, which is the topic of the next section.
20
0 commit comments