Increase default --maximum-local-snapshot-age to 2500

This commit is contained in:
Michael Vines 2022-04-21 13:49:49 -07:00
parent 9f3eba1d12
commit aee48406bc
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ pub fn main() {
.long("maximum-local-snapshot-age")
.value_name("NUMBER_OF_SLOTS")
.takes_value(true)
.default_value("500")
.default_value("2500")
.help("Reuse a local snapshot if it's less than this many \
slots behind the highest snapshot available for \
download from other validators"),