Skip to content

Commit

Permalink
Essentially remove pull gossip
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Nov 30, 2023
1 parent d6c3c72 commit 6f76f7c
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 @@ -73,7 +73,7 @@ const (
// Router
DefaultConsensusAppConcurrency = 2
DefaultConsensusShutdownTimeout = time.Minute
DefaultFrontierPollFrequency = 100 * time.Millisecond
DefaultFrontierPollFrequency = 24 * time.Hour
DefaultConsensusGossipAcceptedFrontierValidatorSize = 0
DefaultConsensusGossipAcceptedFrontierNonValidatorSize = 0
DefaultConsensusGossipAcceptedFrontierPeerSize = 1
Expand Down

0 comments on commit 6f76f7c

Please sign in to comment.