Increase max outbound

This commit is contained in:
cygnusxi 2018-06-29 02:48:31 -05:00 committed by GitHub
parent e213a35cfc
commit 5645aae649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
using namespace std;
using namespace boost;
static const int MAX_OUTBOUND_CONNECTIONS = 8;
static const int MAX_OUTBOUND_CONNECTIONS = 24;
void ThreadMessageHandler2(void* parg);
void ThreadSocketHandler2(void* parg);