Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-3458 Use infinite TTL for TemplateService caching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
trongtt authored and ppalaga committed Aug 22, 2014
1 parent df51d3d commit beb71ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -471,7 +471,7 @@
<object type="org.exoplatform.services.cache.ExoCacheConfig">
<field name="name"><string>TemplateService</string></field>
<field name="maxSize"><int>${gatein.cache.template.maxsize:5000}</int></field>
<field name="liveTime"><long>${gatein.cache.template.livetime:600}</long></field>
<field name="liveTime"><long>${gatein.cache.template.livetime:-1}</long></field>
<field name="implementation"><string>org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache</string></field>
</object>
</object-param>
Expand Down

0 comments on commit beb71ef

Please sign in to comment.