Add delay to keep RPC traffic down on error
This commit is contained in:
parent
db8011f4f3
commit
79a6b4b596
|
@ -319,6 +319,7 @@ pub fn process_slots(rpc_client: &RpcClient, accounts_info: &mut AccountsInfo, b
|
|||
String
|
||||
)
|
||||
);
|
||||
sleep(Duration::from_secs(1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue