Fix db-migration-period default (#4441)

* Fix db-migration-period default

* Fix version regex
This commit is contained in:
Michael Sproul
2023-06-30 10:29:34 +10:00
committed by GitHub
parent 6954de6afd
commit 160bbde8a2
2 changed files with 3 additions and 4 deletions

View File

@@ -697,7 +697,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.help("Specifies the number of epochs to wait between applying each finalization \
migration to the database. Applying migrations less frequently can lead to \
less total disk writes.")
.default_value("4")
.default_value("1")
.takes_value(true)
)
.arg(