Change concurrent dials from 10 to 20 (#2966)
This commit is contained in:
parent
bbd51c02ec
commit
7f2b1d69dd
|
@ -226,7 +226,7 @@ const
|
|||
PeerScoreInvalidRequest* = -500
|
||||
## This peer is sending malformed or nonsensical data
|
||||
|
||||
ConcurrentConnections = 10
|
||||
ConcurrentConnections = 20
|
||||
## Maximum number of active concurrent connection requests.
|
||||
|
||||
SeenTableTimeTimeout =
|
||||
|
|
Loading…
Reference in New Issue