Skip to content
Snippets Groups Projects
Commit f74ff3a6 authored by Tom Gross's avatar Tom Gross
Browse files

Make leak detection threshold configurable

parent 70acd80a
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
<prop key="hibernate.hikari.minimumIdle">4</prop> <prop key="hibernate.hikari.minimumIdle">4</prop>
<prop key="hibernate.hikari.idleTimeout">1800000</prop> <prop key="hibernate.hikari.idleTimeout">1800000</prop>
<prop key="hibernate.hikari.autoCommit">false</prop> <prop key="hibernate.hikari.autoCommit">false</prop>
<prop key="hibernate.hikari.leakDetectionThreshold">120000</prop> <prop key="hibernate.hikari.leakDetectionThreshold">${db.hibernate.hikari.leakDetectionThreshold:120000}</prop>
<prop key="hibernate.hikari.transactionIsolation">TRANSACTION_READ_COMMITTED</prop> <prop key="hibernate.hikari.transactionIsolation">TRANSACTION_READ_COMMITTED</prop>
<prop key="hibernate.hikari.registerMbeans">true</prop> <prop key="hibernate.hikari.registerMbeans">true</prop>
</props> </props>
...@@ -226,4 +226,4 @@ ...@@ -226,4 +226,4 @@
</bean> </bean>
</beans> </beans>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment