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 98f043a commit 04f79f4Copy full SHA for 04f79f4
src/net.cpp
@@ -85,7 +85,7 @@ static CNode* pnodeLocalHost = NULL;
85
uint64_t nLocalHostNonce = 0;
86
static std::vector<ListenSocket> vhListenSocket;
87
CAddrMan addrman;
88
-int nMaxConnections = 125;
+int nMaxConnections = 250;
89
bool fAddressesInitialized = false;
90
91
vector<CNode*> vNodes;
0 commit comments