We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2060bc8 commit af93217Copy full SHA for af93217
p2p/server.go
@@ -25,10 +25,10 @@ const (
25
// This is the maximum number of inbound connection
26
// that are allowed to linger between 'accepted' and
27
// 'added as peer'.
28
- maxAcceptConns = 50
+ maxAcceptConns = 10
29
30
// Maximum number of concurrently dialing outbound connections.
31
- maxDialingConns = 50
+ maxDialingConns = 10
32
33
// total timeout for encryption handshake and protocol
34
// handshake in both directions.
0 commit comments