Add delay to keep RPC traffic down on error

This commit is contained in:
Michael Vines
2020-05-01 10:32:46 -07:00
parent 91f0faa72d
commit addfc99ff4

View File

@ -319,6 +319,7 @@ pub fn process_slots(rpc_client: &RpcClient, accounts_info: &mut AccountsInfo, b
String String
) )
); );
sleep(Duration::from_secs(1));
} }
} }
} }