Skip to content

Commit 18ba90b

Browse files
authored
Update StartApp.java
1 parent a82d883 commit 18ba90b

File tree

1 file changed

+0
-2
lines changed
  • frameworks/Java/hserver/src/main/java/com/test/hserver

1 file changed

+0
-2
lines changed

frameworks/Java/hserver/src/main/java/com/test/hserver/StartApp.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
public class StartApp {
1414

1515
public static void main(String[] args) {
16-
ConstConfig.bossPool = Runtime.getRuntime().availableProcessors()/2;
17-
ConstConfig.workerPool = Runtime.getRuntime().availableProcessors();
1816
HServerApplication.run(StartApp.class, 8888, args);
1917
}
2018
}

0 commit comments

Comments
 (0)