mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 21:34:36 +00:00
Fix SPRP default value in cli (#3145)
Changed SPRP to the correct default value of 8192.
This commit is contained in:
@@ -383,7 +383,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
|||||||
.value_name("SLOT_COUNT")
|
.value_name("SLOT_COUNT")
|
||||||
.help("Specifies how often a freezer DB restore point should be stored. \
|
.help("Specifies how often a freezer DB restore point should be stored. \
|
||||||
Cannot be changed after initialization. \
|
Cannot be changed after initialization. \
|
||||||
[default: 2048 (mainnet) or 64 (minimal)]")
|
[default: 8192 (mainnet) or 64 (minimal)]")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user