From 008011c00e54e3cf81f16df5eee31310e5e63bb8 Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Fri, 24 Nov 2023 13:47:09 -0500 Subject: [PATCH] increase number of queried nodes --- 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 37a54c58e30..3d533e091ae 100644 --- a/utils/constants/networking.go +++ b/utils/constants/networking.go @@ -74,7 +74,7 @@ const ( DefaultConsensusAppConcurrency = 2 DefaultConsensusShutdownTimeout = time.Minute DefaultAcceptedFrontierGossipFrequency = 500 * time.Millisecond - DefaultConsensusGossipAcceptedFrontierPollSize = 1 + DefaultConsensusGossipAcceptedFrontierPollSize = 3 DefaultConsensusGossipAcceptedFrontierValidatorSize = 0 DefaultConsensusGossipAcceptedFrontierNonValidatorSize = 0 DefaultConsensusGossipAcceptedFrontierPeerSize = 1