Skip to content

Commit

Permalink
Revert "Revert "Merge pull request #62 from folio-org/MODFQMMGR-67-ba…
Browse files Browse the repository at this point in the history
…tched-inserts""

This reverts commit 9f7624e.
  • Loading branch information
mweaver-ebsco committed Oct 27, 2023
1 parent 9f7624e commit adaf076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spring:
hikari:
# time in ms to wait for db connection
initialization-fail-timeout: 1800000
data-source-properties:
reWriteBatchedInserts: true
sql:
init:
# to boot up application despite of any DB connection issues
Expand All @@ -31,6 +33,8 @@ spring:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
format_sql: true
jdbc:
batch_size: 50
show-sql: false
liquibase:
enabled: true
Expand Down

0 comments on commit adaf076

Please sign in to comment.