Open cbeck88 opened 2 years ago
Retry config is a way of configuring grpc retries for all grpc connections, used throughout fog connection classes. It is not yet used in the consensus ThickClient, but it should be
ThickClient
Related: https://github.com/mobilecoinfoundation/mobilecoin/issues/1582
Example: https://github.com/mobilecoinfoundation/mobilecoin/blob/38c55b598ead72162ac799ee2a41953044026028/fog/ledger/connection/src/block.rs#L52
Retry config is a way of configuring grpc retries for all grpc connections, used throughout fog connection classes. It is not yet used in the consensus
ThickClient
, but it should be