修改tomcat

main
杜函宇 2 weeks ago
parent 1efd07019e
commit 578f116668

@ -108,14 +108,19 @@ server:
servlet:
# 应用的访问路径
context-path: /api
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
# 连接数满后的排队数默认为100
accept-count: 1000
threads:
# tomcat最大线程数默认为200
max: 800
# Tomcat启动初始化的线程数默认值10
min-spare: 100
# tomcat:
# # tomcat的URI编码
# uri-encoding: UTF-8
# # 连接数满后的排队数默认为100
# accept-count: 1000
# threads:
# # tomcat最大线程数默认为200
# max: 800
# # Tomcat启动初始化的线程数默认值10
# min-spare: 100
tomcat:
max-threads: 500
min-spare-threads: 50
max-connections: 10000
accept-count: 1000
isTime: true
Loading…
Cancel
Save