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