Slow down solana-validator monitor refresh interval when talking to a real node

This commit is contained in:
Michael Vines
2021-03-06 11:53:21 -08:00
committed by mergify[bot]
parent b2b7617ec3
commit 04d11ca6c6
3 changed files with 10 additions and 12 deletions

View File

@@ -2100,7 +2100,7 @@ pub fn main() {
);
exit(1);
});
dashboard.run();
dashboard.run(Duration::from_secs(2));
}
Operation::WaitForRestartWindow {
min_idle_time_in_minutes,