Slow down solana-validator monitor
refresh interval when talking to a real node
This commit is contained in:
committed by
mergify[bot]
parent
b2b7617ec3
commit
04d11ca6c6
@@ -2100,7 +2100,7 @@ pub fn main() {
|
||||
);
|
||||
exit(1);
|
||||
});
|
||||
dashboard.run();
|
||||
dashboard.run(Duration::from_secs(2));
|
||||
}
|
||||
Operation::WaitForRestartWindow {
|
||||
min_idle_time_in_minutes,
|
||||
|
Reference in New Issue
Block a user