diff --git a/stake-monitor/src/lib.rs b/stake-monitor/src/lib.rs index c080d0c9b1..8ec3bb5ba6 100644 --- a/stake-monitor/src/lib.rs +++ b/stake-monitor/src/lib.rs @@ -319,6 +319,7 @@ pub fn process_slots(rpc_client: &RpcClient, accounts_info: &mut AccountsInfo, b String ) ); + sleep(Duration::from_secs(1)); } } }