Pārlūkot izejas kodu

increased pool size

mlnicolas 7 gadi atpakaļ
vecāks
revīzija
c9681c58d6

+ 3 - 0
crss-meterprocess-app/crss-meterprocess-app-dev2.yml

@@ -5,18 +5,21 @@ spring:
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
+      maximumPoolSize: 10
   crss-registration:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
+      maximumPoolSize: 10
   crss-nmms:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms
+      maximumPoolSize: 10
 
   jpa:
     show-sql: false