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