Skip to content

Commit

Permalink
set peer defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkatn committed May 10, 2023
1 parent bd83ce8 commit abce8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
// DefaultDiscoveryInterval is the default discovery interval
DefaultDiscoveryInterval = 10 * time.Second
// DefaultMinPeers is the default minimum number of peers
DefaultMinPeers = 5
DefaultMinPeers = 0
// DefaultMaxPeers is the default maximum number of peers
DefaultMaxPeers = 50

Expand Down

0 comments on commit abce8fc

Please sign in to comment.