|
@@ -108,10 +108,9 @@ $baidu.secretKey=Zb83wGDg75yrU4oOkbkeQGW3KlOSHsMm
|
|
|
|
|
|
#tomcat
|
|
|
server.tomcat.uri-encoding=UTF-8
|
|
|
-server.tomcat.threads.max=10
|
|
|
-server.tomcat.threads.min-spare=1
|
|
|
-server.tomcat.accept-count=10
|
|
|
-server.tomcat.max-connections=100
|
|
|
+server.tomcat.threads.max=500
|
|
|
+server.tomcat.accept-count=1000
|
|
|
+server.tomcat.max-connections=10000
|
|
|
|
|
|
spring.mvc.async.request-timeout=200000
|
|
|
|