Skip to content

Commit 7b5b718

Browse files
Change max connections
1 parent ae89479 commit 7b5b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ using namespace std;
6161

6262
namespace
6363
{
64-
const int MAX_OUTBOUND_CONNECTIONS = 16;
64+
const int MAX_OUTBOUND_CONNECTIONS = 64;
6565

6666
struct ListenSocket {
6767
SOCKET socket;

0 commit comments

Comments
 (0)