From 47c596ff121a646cee0592f13e40e17c1553afc6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 1 Jul 2022 00:55:32 -0700 Subject: [PATCH] Bump --contact-debug-interval default to 2m from 10s --- validator/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/src/main.rs b/validator/src/main.rs index 69fa20343..62a18b8a2 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -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(