Преглед изворни кода

adjust maxPoolSize to 1 for stl calculations in uat-sit

dmendoza пре 8 година
родитељ
комит
3140dcfb4b

+ 5 - 5
crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-uat-sit.yml

@@ -6,7 +6,7 @@ spring:
       password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
-      maxPoolSize: 2
+      maxPoolSize: 1
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
@@ -14,7 +14,7 @@ spring:
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
-      maxPoolSize: 2
+      maxPoolSize: 1
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
@@ -22,7 +22,7 @@ spring:
       password: crss_metering
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
-      maxPoolSize: 2
+      maxPoolSize: 1
   crss-nmms:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
@@ -30,7 +30,7 @@ spring:
       password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
-      maxPoolSize: 2
+      maxPoolSize: 1
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
@@ -38,7 +38,7 @@ spring:
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
-      maxPoolSize: 2
+      maxPoolSize: 1
   profiles:
     include: mesos
   cloud: