mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-09-26 11:18:47 +02:00
Increase max outbound
This commit is contained in:
parent
e213a35cfc
commit
5645aae649
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user