Browse Source

increment threads (#3599)

Redkale 7 years ago
parent
commit
0ab85ded98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/redkale/conf/application.xml

+ 1 - 1
frameworks/Java/redkale/conf/application.xml

@@ -10,7 +10,7 @@
         </properties>
         </properties>
 	</resources> 
 	</resources> 
         
         
-    <server protocol="HTTP" host="0.0.0.0" port="8080" threads="1024" aliveTimeoutSecond="0">      
+    <server protocol="HTTP" host="0.0.0.0" port="8080" threads="2048" aliveTimeoutSecond="0">      
                 
                 
         <response>
         <response>
 			<contenttype plain="text/plain" json="application/json"/>    
 			<contenttype plain="text/plain" json="application/json"/>