From 77c035aa73a57d0485e3854a92f789cd4b9c2a30 Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Fri, 24 Nov 2023 14:51:37 -0500 Subject: [PATCH] nit --- utils/constants/networking.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/constants/networking.go b/utils/constants/networking.go index b5fd2b06df7d..fbba705a567a 100644 --- a/utils/constants/networking.go +++ b/utils/constants/networking.go @@ -74,7 +74,7 @@ const ( DefaultConsensusAppConcurrency = 2 DefaultConsensusShutdownTimeout = time.Minute DefaultFrontierGossipFrequency = 500 * time.Millisecond - DefaultConsensusGossipFrontierPollSize = 3 + DefaultConsensusGossipFrontierPollSize = 5 DefaultConsensusGossipAcceptedFrontierValidatorSize = 0 DefaultConsensusGossipAcceptedFrontierNonValidatorSize = 0 DefaultConsensusGossipAcceptedFrontierPeerSize = 1