fix: tomcat线程数量修改
This commit is contained in:
@@ -6,9 +6,10 @@ logging:
|
|||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
uri-encoding: UTF-8
|
uri-encoding: UTF-8
|
||||||
max-threads: 1000
|
|
||||||
min-spare-threads: 30
|
|
||||||
connection-timeout: 5000ms
|
connection-timeout: 5000ms
|
||||||
|
threads:
|
||||||
|
max: 1000
|
||||||
|
min-spare: 30
|
||||||
port: 8100
|
port: 8100
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /czg
|
context-path: /czg
|
||||||
|
|||||||
Reference in New Issue
Block a user