Skip to content

Commit 2ede2a1

Browse files
committed
temporarily disable detailed_healthcheck
1 parent 23246a9 commit 2ede2a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

web3_proxy/src/rpcs/one.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,9 @@ impl Web3Rpc {
798798

799799
let detailed_healthcheck = new_total_requests - old_total_requests < 5;
800800

801+
// TODO: i think there is an erigon bug when fetching transactions from a fresh block. disable detailed health checks for now
802+
let detailed_healthcheck = false;
803+
801804
// TODO: if this fails too many times, reset the connection
802805
if let Err(err) = rpc.check_health(detailed_healthcheck, error_handler).await {
803806
rpc.healthy.store(false, atomic::Ordering::SeqCst);

0 commit comments

Comments
 (0)