Bump --contact-debug-interval default to 2m from 10s
This commit is contained in:
parent
3fcdc45092
commit
47c596ff12
|
@ -942,7 +942,7 @@ pub fn main() {
|
||||||
.long("contact-debug-interval")
|
.long("contact-debug-interval")
|
||||||
.value_name("CONTACT_DEBUG_INTERVAL")
|
.value_name("CONTACT_DEBUG_INTERVAL")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.default_value("10000")
|
.default_value("120000")
|
||||||
.help("Milliseconds between printing contact debug from gossip."),
|
.help("Milliseconds between printing contact debug from gossip."),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Reference in New Issue