Fix SPRP default value in cli (#3145)

Changed SPRP to the correct default value of 8192.
This commit is contained in:
Aren49 2022-04-07 04:04:11 +00:00
parent 8a40763183
commit 5ff4013263

View File

@ -383,7 +383,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.value_name("SLOT_COUNT")
.help("Specifies how often a freezer DB restore point should be stored. \
Cannot be changed after initialization. \
[default: 2048 (mainnet) or 64 (minimal)]")
[default: 8192 (mainnet) or 64 (minimal)]")
.takes_value(true)
)
.arg(