From 2928265c844d6d732fd8edec20799236a3390caf Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 29 Apr 2022 22:24:33 +0000 Subject: [PATCH] remove comment --- src/provider.rs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/provider.rs b/src/provider.rs index 6d9aca4d..4956c102 100644 --- a/src/provider.rs +++ b/src/provider.rs @@ -242,22 +242,6 @@ impl Ord for Web3Connection { } } -/** - -Lets say geth has 1000 active requests and erigon also has 1000 active requests - -geth is much faster, so we want it to get the rest - -geth's soft limit is 120k. erigon's soft limit is 60k - -120 vs 60 - -Lets say geth has 100k active requests and erigon has 100k active requests. same soft limits - -0.8333 - - */ - impl PartialOrd for Web3Connection { fn partial_cmp(&self, other: &Self) -> Option { Some(self.cmp(other))