Skip to content

Commit

Permalink
disable query cache by default. Related to GRAILS-8888
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 22, 2012
1 parent ce6a5e0 commit 8840318
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ dataSource {
}
hibernate {
cache.use_second_level_cache = true
cache.use_query_cache = true
cache.use_query_cache = false
cache.region.factory_class = 'net.sf.ehcache.hibernate.EhCacheRegionFactory'
}
// environment specific settings
Expand Down

0 comments on commit 8840318

Please sign in to comment.