Skip to content

Commit e8d1a37

Browse files
committed
DTSRD-1466.Updating schema parameter with hibernate
1 parent 6a4fd33 commit e8d1a37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/resources/application.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ spring:
1616
jpa:
1717
database-platform: org.hibernate.dialect.PostgreSQLDialect
1818
show-sql: true
19-
open-in-view: false
2019
properties:
2120
hibernate:
2221
default_schema: locrefdata
@@ -62,7 +61,7 @@ spring:
6261
charSet: UTF-8
6362
hikari:
6463
minimumIdle: 2
65-
maximumPoolSize: 10
64+
maximumPoolSize: ${HIKARI_MAX_POOL_SIZE:50}
6665
idleTimeout: 600000
6766
poolName: LRDHikariCP
6867
maxLifetime: 1800000

0 commit comments

Comments
 (0)