aboutsummaryrefslogtreecommitdiff
path: root/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net.cpp')
-rw-r--r--net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.cpp b/net.cpp
index 3c5c9bd3cb..dc1debd2fb 100644
--- a/net.cpp
+++ b/net.cpp
@@ -882,7 +882,7 @@ void ThreadOpenConnections2(void* parg)
// Wait
vnThreadsRunning[1]--;
Sleep(500);
- const int nMaxConnections = 15;
+ const int nMaxConnections = 8;
while (vNodes.size() >= nMaxConnections)
{
Sleep(2000);