@@ -5,7 +5,6 @@ spring:
username: crss_dataflow
password: crss_dataflow
driverClassName: org.postgresql.Driver
- maxPoolSize: 2
connectionTimeout: 10000
test-on-borrow: true
validation-query: SELECT 1
username: postgres
password: postgres
- maxPoolSize: 20
- maximumPoolSize: 10
redis:
database: 4
@@ -3,7 +3,7 @@ spring:
datasource:
driverClassName: com.edb.Driver
connectionTimeout: 150000
- maximumPoolSize: 3
+ maximumPoolSize: 10
jpa: