fix: tomcat线程数量修改

This commit is contained in:
张松
2024-12-26 18:08:52 +08:00
parent aaa87b6d50
commit faf89c5a9e

View File

@@ -8,8 +8,8 @@ server:
uri-encoding: UTF-8 uri-encoding: UTF-8
connection-timeout: 5000ms connection-timeout: 5000ms
threads: threads:
max: 1000 max: 1600
min-spare: 30 min-spare: 50
port: 8100 port: 8100
servlet: servlet:
context-path: /czg context-path: /czg