Skip to content

Commit

Permalink
Merge pull request #1391 from hmcts/rajaram-nagarajan-patch-1
Browse files Browse the repository at this point in the history
Reduce Hikari connection timeout
  • Loading branch information
lang-ben authored Jul 17, 2023
2 parents 5e7868e + 6999372 commit 0835dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spring.datasource.username=${DEFINITION_STORE_DB_USERNAME:ccd}
spring.datasource.password=${DEFINITION_STORE_DB_PASSWORD:password}
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
spring.datasource.hikari.maximum-pool-size=${DEFINITION_STORE_DB_MAX_POOL_SIZE:5}
spring.datasource.hikari.connection-timeout=60000
spring.datasource.hikari.connection-timeout=${DEFINITION_STORE_DB_CONNECTION_TIMEOUT:5000}

spring.main.allow-bean-definition-overriding=true
# Jackson ObjectMapper configuration
Expand Down

0 comments on commit 0835dfb

Please sign in to comment.