Skip to content

Commit

Permalink
increase max elements caching
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 14, 2012
1 parent 9c27ad0 commit b312bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/spring/resources.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ beans = {
}
contentCache(EhCacheFactoryBean) {
timeToLive = 300
maxElementsInMemory = 200
maxElementsInMemory = 1000
overflowToDisk=false
}
wikiCache(EhCacheFactoryBean) {
Expand Down

0 comments on commit b312bb6

Please sign in to comment.