diff --git a/consumer/src/solana.rs b/consumer/src/solana.rs index 35597a3..5a8f30d 100644 --- a/consumer/src/solana.rs +++ b/consumer/src/solana.rs @@ -71,7 +71,7 @@ macro_rules! with_retry { &ExponentialBuilder::default() .with_jitter() .with_min_delay(Duration::from_millis(30)) - .with_max_times(15), + .with_max_times(25), ) .notify(|err: &ClientError, dur: Duration| { error!("retrying error {:?} in {:?}", err, dur);