|
|
@@ -29,11 +29,15 @@ message.senderEnuu=10042875
|
|
|
http.asyncConnectTimeout=30000
|
|
|
http.asyncSocketTimeout=30000
|
|
|
http.asyncConnectionRequestTimeout=10000
|
|
|
-http.asyncConnectNum=50
|
|
|
+http.asyncConnectNum=500
|
|
|
http.asyncConnectPerRoute=10
|
|
|
http.asyncIoThreadCount=500
|
|
|
http.syncConnectTimeout=60000
|
|
|
http.syncSocketTimeout=60000
|
|
|
http.syncConnectionRequestTimeout=10000
|
|
|
http.syncConnectPerRoute=10
|
|
|
-http.syncConnectNum=100
|
|
|
+http.syncConnectNum=500
|
|
|
+
|
|
|
+server.tomcat.max-connections=10000
|
|
|
+server.tomcat.max-threads=200
|
|
|
+server.tomcat.accept-count=10000
|