Skip to content

Commit

Permalink
chore: comment unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Aug 3, 2023
1 parent 6ad7668 commit a548307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion waku/v2/peermanager/peer_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ type PeerManager struct {
}

const maxRelayPeersShare = 5
const defaultMaxOutRelayPeersTarget = 10

// const defaultMaxOutRelayPeersTarget = 10
const outRelayPeersShare = 3
const peerConnectivityLoopSecs = 15

Expand Down

0 comments on commit a548307

Please sign in to comment.