fix: tomcat线程数量修改
This commit is contained in:
@@ -7,8 +7,8 @@ spring:
|
||||
username: video_user
|
||||
password: VideoUser@1
|
||||
initial-size: 10
|
||||
max-active: 100
|
||||
min-idle: 10
|
||||
max-active: 200
|
||||
min-idle: 50
|
||||
max-wait: 60000
|
||||
pool-prepared-statements: true
|
||||
max-pool-prepared-statement-per-connection-size: 20
|
||||
|
||||
@@ -6,7 +6,7 @@ logging:
|
||||
server:
|
||||
tomcat:
|
||||
uri-encoding: UTF-8
|
||||
connection-timeout: 5000ms
|
||||
connection-timeout: 50000ms
|
||||
threads:
|
||||
max: 1600
|
||||
min-spare: 50
|
||||
|
||||
Reference in New Issue
Block a user