Skip to content

Commit

Permalink
Merge pull request #1004 from drewwills/UP-4939
Browse files Browse the repository at this point in the history
UP-4939:  Provide sensible defaults for the org.apereo.services.perso…
  • Loading branch information
drewwills authored Sep 15, 2017
2 parents 7f66f2a + d33bf8a commit 03e9ef2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions uPortal-webapp/src/main/resources/properties/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,16 @@



<!-- ******************** Per-Datasource Person Directory Caches ******************** -->
<!-- ******************** Person Directory Caches ******************** -->

<!--
| Caches the final merge results of a person directory query, short cache to ensure the
| individual attribute source caches are honored
| Caches the final merge results of a person directory query.
| - 1 x user
| - not replicated - doesn't represent an updatable data store
+-->
<cache name="org.apereo.services.persondir.USER_INFO.merged"
eternal="false" maxElementsInMemory="500" overflowToDisk="false" diskPersistent="false"
timeToIdleSeconds="30" timeToLiveSeconds="60" memoryStoreEvictionPolicy="LRU" statistics="true" >
eternal="false" maxElementsInMemory="1000" overflowToDisk="false" diskPersistent="false"
timeToIdleSeconds="0" timeToLiveSeconds="900" memoryStoreEvictionPolicy="LRU" statistics="true" >
<cacheEventListenerFactory class="org.apereo.portal.utils.cache.SpringCacheEventListenerFactory" properties="beanName=tagTrackingCacheEventListener" listenFor="local" />
</cache>

Expand Down

0 comments on commit 03e9ef2

Please sign in to comment.