Bump --contact-debug-interval default to 2m from 10s

This commit is contained in:
Michael Vines 2022-07-01 00:55:32 -07:00
parent 3fcdc45092
commit 47c596ff12
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ pub fn main() {
.long("contact-debug-interval")
.value_name("CONTACT_DEBUG_INTERVAL")
.takes_value(true)
.default_value("10000")
.default_value("120000")
.help("Milliseconds between printing contact debug from gossip."),
)
.arg(