Change concurrent dials from 10 to 20 (#2966)

This commit is contained in:
Kim De Mey 2021-10-11 11:16:58 +02:00 committed by GitHub
parent bbd51c02ec
commit 7f2b1d69dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ const
PeerScoreInvalidRequest* = -500 PeerScoreInvalidRequest* = -500
## This peer is sending malformed or nonsensical data ## This peer is sending malformed or nonsensical data
ConcurrentConnections = 10 ConcurrentConnections = 20
## Maximum number of active concurrent connection requests. ## Maximum number of active concurrent connection requests.
SeenTableTimeTimeout = SeenTableTimeTimeout =