From 24b7cfc300c1c720d0c1dbcab7d5cbb0df24a39d Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 20 May 2022 02:16:48 +0000 Subject: [PATCH] remove instrument --- web3-proxy/src/connections.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3-proxy/src/connections.rs b/web3-proxy/src/connections.rs index 86a8058b..25f537bb 100644 --- a/web3-proxy/src/connections.rs +++ b/web3-proxy/src/connections.rs @@ -207,7 +207,7 @@ impl Web3Connections { /// TODO: possible dead lock here. investigate more. probably refactor /// TODO: move parts of this onto SyncedConnections? - #[instrument(skip_all)] + // we don't instrument here because we put a span inside the while loop async fn update_synced_rpcs( &self, block_receiver: flume::Receiver<(u64, H256, usize)>,