diff --git a/openbis/source/java/hibernateContext.xml b/openbis/source/java/hibernateContext.xml index 7bcca259ec294a588a77b493fbff8d1ce68b25d1..4ab65b27ba300a62727a06bac8e6a3562f1a2201 100644 --- a/openbis/source/java/hibernateContext.xml +++ b/openbis/source/java/hibernateContext.xml @@ -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>