10000 > 5000 (#10422)

addresses #10418
This commit is contained in:
joshua-mir 2019-02-26 13:35:40 +01:00 committed by Andronik Ordian
parent c5c3fb6a75
commit afc1b72611
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ usage! {
["Snapshot Options"]
FLAG flag_no_periodic_snapshot: (bool) = false, or |c: &Config| c.snapshots.as_ref()?.disable_periodic.clone(),
"--no-periodic-snapshot",
"Disable automated snapshots which usually occur once every 10000 blocks.",
"Disable automated snapshots which usually occur once every 5000 blocks.",
ARG arg_snapshot_threads: (Option<usize>) = None, or |c: &Config| c.snapshots.as_ref()?.processing_threads,
"--snapshot-threads=[NUM]",