Skip to content

Commit

Permalink
Revert "fix(cli): update default min-peers value to 5 to match docume…
Browse files Browse the repository at this point in the history
…ntation (#4257)"

This reverts commit 97cd3d1.
  • Loading branch information
timwu20 committed Oct 16, 2024
1 parent 97cd3d1 commit c815d8f
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 = 5
DefaultMinPeers = 0
// DefaultMaxPeers is the default maximum number of peers
DefaultMaxPeers = 50

Expand Down

0 comments on commit c815d8f

Please sign in to comment.