We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82d883 commit 18ba90bCopy full SHA for 18ba90b
frameworks/Java/hserver/src/main/java/com/test/hserver/StartApp.java
@@ -13,8 +13,6 @@
13
public class StartApp {
14
15
public static void main(String[] args) {
16
- ConstConfig.bossPool = Runtime.getRuntime().availableProcessors()/2;
17
- ConstConfig.workerPool = Runtime.getRuntime().availableProcessors();
18
HServerApplication.run(StartApp.class, 8888, args);
19
}
20
0 commit comments