|
|
@@ -73,7 +73,7 @@ public class WebsockServer extends PublishServer {
|
|
|
*/
|
|
|
@Override
|
|
|
public void start() throws InterruptedException {
|
|
|
- int workerThreads = Math.max(16, Runtime.getRuntime().availableProcessors() * 2);
|
|
|
+ int workerThreads = Math.max(24, Runtime.getRuntime().availableProcessors() * 2);
|
|
|
bossGroup = new NioEventLoopGroup();
|
|
|
workerGroup = new NioEventLoopGroup(workerThreads);
|
|
|
|