File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ impl Batcher {
415415 }
416416 } ) ;
417417 }
418- error ! ( "Failed to fetch blocks " ) ;
418+ error ! ( "Both main and fallback Ethereum WS clients subscriptions have disconnected, will try to reconnect... " ) ;
419419
420420 Err ( RetryError :: Transient (
421421 BatcherError :: EthereumSubscriptionError ( "Could not get new blocks" . to_string ( ) ) ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pub const DEFAULT_MAX_FEE_BATCH_SIZE: usize = 10;
4141pub const ETHEREUM_CALL_MIN_RETRY_DELAY : u64 = 500 ; // milliseconds
4242pub const ETHEREUM_CALL_MAX_RETRIES : usize = 5 ;
4343pub const ETHEREUM_CALL_BACKOFF_FACTOR : f32 = 2.0 ;
44- pub const ETHEREUM_CALL_MAX_RETRY_DELAY : u64 = 3600 ; // seconds
44+ pub const ETHEREUM_CALL_MAX_RETRY_DELAY : u64 = 60 ; // seconds
4545
4646/// Ethereum transaction retry constants
4747pub const BUMP_MIN_RETRY_DELAY : u64 = 500 ; // milliseconds
You can’t perform that action at this time.
0 commit comments