Skip to content

Commit

Permalink
Merge pull request #1 from raj921/raj921-patch-1
Browse files Browse the repository at this point in the history
fix(cli): update default min-peers to 5 to match documentation
  • Loading branch information
raj921 authored Oct 15, 2024
2 parents 04c7e6e + cda0875 commit 815c394
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 @@ -43,7 +43,7 @@ const (
// DefaultDiscoveryInterval is the default discovery interval
DefaultDiscoveryInterval = 10 * time.Second
// DefaultMinPeers is the default minimum number of peers
DefaultMinPeers = 0
DefaultMinPeers = 5
// DefaultMaxPeers is the default maximum number of peers
DefaultMaxPeers = 50

Expand Down

0 comments on commit 815c394

Please sign in to comment.