Skip to content

Commit

Permalink
WIP testing trying to change how we handle connections in application…
Browse files Browse the repository at this point in the history
….properties
  • Loading branch information
SoLetsDev committed Oct 4, 2023
1 parent 0a3614e commit 7be2ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ sagas.max.parallel=${SAGAS_MAX_PARALLEL}
#Logging to debug Hikari
logging.level.com.zaxxer.hikari.HikariConfig=DEBUG
logging.level.com.zaxxer.hikari=TRACE
spring.datasource.hikari.leak-detection-threshold=10000
spring.datasource.hikari.leak-detection-threshold=10000
spring.jpa.properties.hibernate.connection.handling_mode=DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION

0 comments on commit 7be2ae6

Please sign in to comment.