Skip to content

Commit 79835bc

Browse files
Revert "Change max connections"
This reverts commit 7b5b718.
1 parent 7b5b718 commit 79835bc

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 = 64;
64+
const int MAX_OUTBOUND_CONNECTIONS = 16;
6565

6666
struct ListenSocket {
6767
SOCKET socket;

0 commit comments

Comments
 (0)