mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
activate query cache
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<property name="hibernate.cache.use_second_level_cache"
|
||||
value="${jpa.cache}" />
|
||||
<property name="hibernate.cache.use_query_cache" value="false" />
|
||||
<property name="hibernate.cache.use_query_cache" value="${jpa.cache}" />
|
||||
|
||||
<property name="hibernate.cache.region.factory_class"
|
||||
value="org.hibernate.cache.infinispan.InfinispanRegionFactory" />
|
||||
|
||||
Reference in New Issue
Block a user