Raise thread count to 8

This commit is contained in:
Adam Ierymenko 2018-11-11 22:55:38 -08:00
parent 7048c77ebc
commit 1cec4b1c4c

View File

@ -437,7 +437,7 @@ struct TcpConnection
Mutex writeq_m;
};
#define ZT_INCOMING_PACKET_THREAD_POOL_SIZE 4
#define ZT_INCOMING_PACKET_THREAD_POOL_SIZE 8
class OneServiceImpl : public OneService
{