mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Raise thread count to 8
This commit is contained in:
parent
7048c77ebc
commit
1cec4b1c4c
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ struct TcpConnection
|
||||||
Mutex writeq_m;
|
Mutex writeq_m;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define ZT_INCOMING_PACKET_THREAD_POOL_SIZE 4
|
#define ZT_INCOMING_PACKET_THREAD_POOL_SIZE 8
|
||||||
|
|
||||||
class OneServiceImpl : public OneService
|
class OneServiceImpl : public OneService
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue