From 06652ba55e33417fb90830f922eb3d3f48ae17a8 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:30:52 -0700 Subject: [PATCH] feat: lower ENR_OFFER_LIMIT from 4 to 2 --- portal-bridge/src/census/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-bridge/src/census/mod.rs b/portal-bridge/src/census/mod.rs index c37eb0b0e..06a6d1ab3 100644 --- a/portal-bridge/src/census/mod.rs +++ b/portal-bridge/src/census/mod.rs @@ -34,7 +34,7 @@ pub enum CensusError { /// The maximum number of enrs to return in a response, /// limiting the number of OFFER requests spawned by the bridge /// for each piece of content -pub const ENR_OFFER_LIMIT: usize = 4; +pub const ENR_OFFER_LIMIT: usize = 2; /// The census is responsible for maintaining a list of known peers in the network, /// checking their liveness, updating their data radius, iterating through their