Skip to content
Snippets Groups Projects
Commit 4bb62f0c authored by ribeaudc's avatar ribeaudc
Browse files

minor: - Improve comment.

SVN: 9118
parent 2b2be871
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
</property>
<property name="hibernateProperties">
<props>
<!-- Uncomment this if you want globally disable the second-level cache.
<!-- Uncomment this if you want to disable globally the second-level cache.
<prop key="hibernate.cache.use_second_level_cache">false</prop>
-->
<prop key="hibernate.cache.provider_class">
......@@ -87,7 +87,7 @@
<prop key="hibernate.search.default.optimizer.operation_limit.max">1000</prop>
<prop key="hibernate.search.default.optimizer.transaction_limit.max">100</prop>
<prop key="hibernate.search.worker.batch_size">${hibernate.search.batch-size}</prop>
<!--
<!-- Uncomment this for debugging the Hibernate sql queries
<prop key="hibernate.show_sql">true</prop>
<prop key="hibernate.format_sql">true</prop>
<prop key="hibernate.use_sql_comments">true</prop>
......
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