From 227104744637c8e1cab6e8befd47b4336898a3bc Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Tue, 19 Nov 2024 12:41:33 +0100 Subject: [PATCH] bus: change maxAddrsPerProtocol to 2 --- internal/bus/chainsubscriber.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bus/chainsubscriber.go b/internal/bus/chainsubscriber.go index fa27fc95c9..b66dee03fd 100644 --- a/internal/bus/chainsubscriber.go +++ b/internal/bus/chainsubscriber.go @@ -21,7 +21,7 @@ import ( const ( // maxAddrsPerProtocol is the maximum number of announced addresses we will // track per host, per protocol for a V2 announcement - maxAddrsPerProtocol = 5 + maxAddrsPerProtocol = 2 // updatesBatchSize is the maximum number of updates to fetch in a single // call to the chain manager when we request updates since a given index.