File tree Expand file tree Collapse file tree 3 files changed +448
-14
lines changed
financial-services-accelerator/accelerators/fs-apim/repository/resources Expand file tree Collapse file tree 3 files changed +448
-14
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ driver = "DB_DRIVER"
100100
101101[database .user .pool_options ]
102102jmx_enable =false
103- pool_options. maxActive = " 150"
104- pool_options. maxWait = " 60000"
105- pool_options. minIdle = " 5"
106- pool_options. testOnBorrow = true
107- pool_options. validationQuery =" SELECT 1"
108- pool_options. validationInterval =" 30000"
109- pool_options. defaultAutoCommit =true
103+ maxActive = " 150"
104+ maxWait = " 60000"
105+ minIdle = " 5"
106+ testOnBorrow = true
107+ validationQuery =" SELECT 1"
108+ validationInterval =" 30000"
109+ defaultAutoCommit =true
110110
111111[keystore .tls ]
112112file_name = " wso2carbon.jks"
Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ driver = "DB_DRIVER"
100100
101101[database .user .pool_options ]
102102jmx_enable =false
103- pool_options. maxActive = " 150"
104- pool_options. maxWait = " 60000"
105- pool_options. minIdle = " 5"
106- pool_options. testOnBorrow = true
107- pool_options. validationQuery =" SELECT 1"
108- pool_options. validationInterval =" 30000"
109- pool_options. defaultAutoCommit =true
103+ maxActive = " 150"
104+ maxWait = " 60000"
105+ minIdle = " 5"
106+ testOnBorrow = true
107+ validationQuery =" SELECT 1"
108+ validationInterval =" 30000"
109+ defaultAutoCommit =true
110110
111111[keystore .tls ]
112112file_name = " wso2carbon.jks"
You can’t perform that action at this time.
0 commit comments