You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Configurations/Config-Server/configrepo/CSI-JAVA-EHR-PATIENT-POMR.yaml

15 lines
304 B

spring:
datasource:
tomcat:
min-evictable-idle-time-millis: 200000
max-active: 50
max-idle: 2
min-idle: 1
max-age: 200000
hikari:
minimum-idle: 2
maximum-pool-size: 50
connection-timeout: 15000
idle-timeout: 10000
max-lifetime: 40000