Browse Source

update threads (#3664)

* update threads

* Update pom.xml

* Update pom.xml
Redkale 7 years ago
parent
commit
1b4d4ca827
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/Java/redkale/conf/application.xml
  2. 1 1
      frameworks/Java/redkale/pom.xml

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

@@ -10,7 +10,7 @@
         </properties>
 	</resources> 
         
-    <server protocol="HTTP" host="0.0.0.0" port="8080" threads="4096" aliveTimeoutSeconds="300">      
+    <server protocol="HTTP" host="0.0.0.0" port="8080" threads="200" aliveTimeoutSeconds="300">      
                 
         <response>
 			<contenttype plain="text/plain" json="application/json"/>    

+ 1 - 1
frameworks/Java/redkale/pom.xml

@@ -18,7 +18,7 @@
 		<dependency>
 			<groupId>org.redkale</groupId>
 			<artifactId>redkale</artifactId>
-			<version>1.9.2.4</version>
+			<version>1.9.2.6</version>
 		</dependency>
 		<dependency>
 			<groupId>org.postgresql</groupId>