Browse Source

Raise thread count to 8

Adam Ierymenko 6 years ago
parent
commit
1cec4b1c4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/OneService.cpp

+ 1 - 1
service/OneService.cpp

@@ -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
 {