Browse Source

Upgrade hserver Framework version and optimize configuration (#7350)

* hserver framework submit

* hserver framework submit

* lowercase fix

* Required response header missing: Date fix

* Date format fix

* update hserver version

* update hserver threadPool

* update hserver

* update hserver

* update hserver query

* update hserver query

* Update README.md

* update hserver query

* update hserver query

* update hserver query

* update hserver query

* update hserver query

* update hserver query

* Optimal configuration of hserver framework

* Optimal configuration of hserver framework

* Optimal configuration of hserver framework

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

* Upgrade hserver Framework version and optimize configuration

Co-authored-by: 黑小马 <[email protected]>
黑小马 3 years ago
parent
commit
713f8927f0

+ 0 - 1
frameworks/Java/hserver/src/main/java/com/test/hserver/StartApp.java

@@ -11,7 +11,6 @@ import top.hserver.core.server.context.ConstConfig;
 public class StartApp {
 
     public static void main(String[] args) {
-        ConstConfig.workerPool=Runtime.getRuntime().availableProcessors();
         HServerApplication.run(StartApp.class, 8888, args);
     }
 }

+ 0 - 1
frameworks/Java/hserver/src/main/resources/app.properties

@@ -3,4 +3,3 @@ username= benchmarkdbuser
 password= benchmarkdbpass
 maximumPoolSize= 256
 level=info
-businessPool=-1