Skip to content

Commit

Permalink
Fix default state cache size in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Apr 30, 2024
1 parent 64db49a commit 65eee99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
Arg::with_name("state-cache-size")
.long("state-cache-size")
.value_name("STATE_CACHE_SIZE")
.help("Specifies the size of the state cache [default: 3]")
.help("Specifies the size of the state cache [default: 128]")
.takes_value(true)
)
/*
Expand Down
2 changes: 1 addition & 1 deletion book/src/help_bn.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ OPTIONS:
Specifies how often a freezer DB restore point should be stored. Cannot be changed after initialization.
[default: 8192 (mainnet) or 64 (minimal)]
--state-cache-size <STATE_CACHE_SIZE>
Specifies the size of the state cache [default: 3]
Specifies the size of the state cache [default: 128]
--suggested-fee-recipient <SUGGESTED-FEE-RECIPIENT>
Emergency fallback fee recipient for use in case the validator client does not have one configured. You
Expand Down

0 comments on commit 65eee99

Please sign in to comment.