连接池增加 maxPoolPreparedStatementPerConnectionSize 参数,可指定 PSCache 大小
This commit is contained in:
@@ -44,6 +44,9 @@ jdbc:
|
||||
removeAbandoned: true
|
||||
removeAbandonedTimeout: 2100
|
||||
|
||||
# Oracle 下会自动开启 PSCache,并指定每个连接上 PSCache 大小。若不指定,则与 maxActive 相同(4.1.5+)
|
||||
maxPoolPreparedStatementPerConnectionSize: ~
|
||||
|
||||
# JTA 分布式事务(v4.0.4+)
|
||||
jta:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user