fix: tomcat线程数量修改

This commit is contained in:
张松
2024-12-26 18:11:44 +08:00
parent faf89c5a9e
commit e3c5a96ed2
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ spring:
username: video_user username: video_user
password: VideoUser@1 password: VideoUser@1
initial-size: 10 initial-size: 10
max-active: 100 max-active: 200
min-idle: 10 min-idle: 50
max-wait: 60000 max-wait: 60000
pool-prepared-statements: true pool-prepared-statements: true
max-pool-prepared-statement-per-connection-size: 20 max-pool-prepared-statement-per-connection-size: 20

View File

@@ -6,7 +6,7 @@ logging:
server: server:
tomcat: tomcat:
uri-encoding: UTF-8 uri-encoding: UTF-8
connection-timeout: 5000ms connection-timeout: 50000ms
threads: threads:
max: 1600 max: 1600
min-spare: 50 min-spare: 50