Skip to content

Commit

Permalink
feat: allows 0 for maxInboundPeers and maxOutboundPeers
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiTyping committed Dec 4, 2023
1 parent 52a6a0d commit a18a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/crd/bases/cosmos.strange.love_cosmosfullnodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ spec:
description: p2p maximum number of inbound peers. If unset,
defaults to 20.
format: int32
minimum: 1
minimum: 0
type: integer
maxOutboundPeers:
description: p2p maximum number of outbound peers. If unset,
defaults to 20.
format: int32
minimum: 1
minimum: 0
type: integer
overrides:
description: 'Customize config.toml. Values entered here take
Expand Down

0 comments on commit a18a874

Please sign in to comment.