Skip to content

Commit b58bb7a

Browse files
committed
chore: increase LOOK_BACK_BLOCK_RANGE to 2.5 mil
1 parent 752f1f9 commit b58bb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/node/eth_watch/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub trait EthClient: 'static + fmt::Debug + Send + Sync {
8787
}
8888

8989
// This constant is used for reading auxiliary events
90-
const LOOK_BACK_BLOCK_RANGE: u64 = 1_000_000;
90+
const LOOK_BACK_BLOCK_RANGE: u64 = 2_500_000;
9191
pub const RETRY_LIMIT: usize = 5;
9292
const TOO_MANY_RESULTS_INFURA: &str = "query returned more than";
9393
const TOO_MANY_RESULTS_ALCHEMY: &str = "response size exceeded";

0 commit comments

Comments
 (0)