File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 <property name =" testConnectionOnCheckout" value =" ${DbFacadeDataSource.testConnectionOnCheckout:true}" />
5353 <property name =" connectionTesterClassName" value =" ${DbFacadeDataSource.connectionTesterClassName:org.zstack.core.db.C3p0ConnectionTester}" />
5454 <property name =" maxIdleTime" value =" ${ExtraDataSource.maxIdleTime:3600}" />
55+ <property name =" checkoutTimeout" value =" ${ExtraDataSource.checkoutTimeout:5000}" />
5556 </bean >
5657
5758 <bean id =" entityManagerFactory"
8788 <!-- .8.2.x infinispan not support async https://issues.redhat.com/browse/ISPN-4065 -->
8889 <prop key =" hibernate.search.default.worker.execution" >sync</prop >
8990 <!-- <prop key="hibernate.search.default.index_flush_interval">${IndexWorker.flushInterval:1000}</prop>-->
90- <prop key =" hibernate.globally_quoted_identifiers" >true</prop >
91+ <prop key =" hibernate.globally_quoted_identifiers" >true</prop >
9192 <prop key =" hibernate.default_batch_fetch_size" >50</prop >
9293 </props >
9394 </property >
You can’t perform that action at this time.
0 commit comments