Skip to content

Commit

Permalink
FIX: Raise in/out connection limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Dec 3, 2020
1 parent 0d9ec61 commit f6954fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Expand Up @@ -143,10 +143,10 @@ mantis {
max-mpt-components-per-message = 200

# Maximum number of peers this node can connect to
max-outgoing-peers = 30
max-outgoing-peers = 50

# Maximum number of peers that can connect to this node
max-incoming-peers = 30
max-incoming-peers = 50

# Maximum number of peers that can be connecting to this node
max-pending-peers = 20
Expand Down

0 comments on commit f6954fc

Please sign in to comment.