Skip to content

Commit

Permalink
increase number of queried nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Nov 24, 2023
1 parent 3e9516d commit 008011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants/networking.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const (
DefaultConsensusAppConcurrency = 2
DefaultConsensusShutdownTimeout = time.Minute
DefaultAcceptedFrontierGossipFrequency = 500 * time.Millisecond
DefaultConsensusGossipAcceptedFrontierPollSize = 1
DefaultConsensusGossipAcceptedFrontierPollSize = 3
DefaultConsensusGossipAcceptedFrontierValidatorSize = 0
DefaultConsensusGossipAcceptedFrontierNonValidatorSize = 0
DefaultConsensusGossipAcceptedFrontierPeerSize = 1
Expand Down

0 comments on commit 008011c

Please sign in to comment.