Drop stuck lookups (#5824)

* Drop stuck lookups
This commit is contained in:
Lion - dapplion
2024-05-23 14:46:05 +02:00
committed by GitHub
parent 8762d82adf
commit 17d9086df3
5 changed files with 82 additions and 26 deletions

View File

@@ -561,7 +561,7 @@ impl<T: BeaconChainTypes> SyncManager<T> {
self.handle_new_execution_engine_state(engine_state);
}
_ = interval.tick() => {
self.block_lookups.log_stuck_lookups();
self.block_lookups.drop_stuck_lookups();
}
}
}