We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9826a0e + 317a86f commit 37f952eCopy full SHA for 37f952e
1 file changed
conf/springConfigXml/DatabaseFacade.xml
@@ -87,7 +87,8 @@
87
<!--.8.2.x infinispan not support async https://issues.redhat.com/browse/ISPN-4065 -->
88
<prop key="hibernate.search.default.worker.execution">sync</prop>
89
<!--<prop key="hibernate.search.default.index_flush_interval">${IndexWorker.flushInterval:1000}</prop>-->
90
- <prop key="hibernate.globally_quoted_identifiers">true</prop>
+ <prop key="hibernate.globally_quoted_identifiers">true</prop>
91
+ <prop key="hibernate.default_batch_fetch_size">50</prop>
92
</props>
93
</property>
94
</bean>
0 commit comments