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 db8011f4f3
commit 79a6b4b596
1 changed files with 1 additions and 0 deletions

View File

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