tomcat update

pull/352/head
RuoYi 2021-12-02 16:40:39 +08:00
parent 2cd634a8de
commit 8a92dc8257
1 changed files with 7 additions and 4 deletions

View File

@ -23,10 +23,13 @@ server:
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
# tomcat最大线程数默认为200
max-threads: 800
# Tomcat启动初始化的线程数默认值25
min-spare-threads: 30
# 连接数满后的排队数默认为100
accept-count: 1000
threads:
# tomcat最大线程数默认为200
max: 800
# Tomcat启动初始化的线程数默认值10
min-spare: 100
# 日志配置
logging: