Skip to content

Commit ad876c6

Browse files
committed
FIX: Raise in/out connection limit.
1 parent 0a1d724 commit ad876c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ mantis {
143143
max-mpt-components-per-message = 200
144144

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

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

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

0 commit comments

Comments
 (0)