mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-17 12:46:16 +00:00
reduce persistent peer max
This commit is contained in:
@@ -42,7 +42,7 @@ const (
|
||||
type PeerScore int
|
||||
|
||||
const (
|
||||
PeerScorePersistent PeerScore = math.MaxInt // persistent peers
|
||||
PeerScorePersistent PeerScore = math.MaxInt16 // persistent peers
|
||||
MaxPeerScoreNotPersistent PeerScore = PeerScorePersistent - 1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user