Fix SPRP default value in cli (#3145)
Changed SPRP to the correct default value of 8192.
This commit is contained in:
parent
8a40763183
commit
5ff4013263
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user