← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12700: minor fix in ehcache, add for MapView.dataSets

 

------------------------------------------------------------
revno: 12700
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-10-16 09:16:05 +0200
message:
  minor fix in ehcache, add for MapView.dataSets
modified:
  dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml'
--- dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml	2013-10-11 07:16:44 +0000
+++ dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml	2013-10-16 07:16:05 +0000
@@ -92,8 +92,6 @@
 
   <cache name="org.hisp.dhis.chart.Chart" maxElementsInMemory="1000" />
 
-  <cache name="org.hisp.dhis.mapping.MapView" maxElementsInMemory="1000" />
-
   <cache name="org.hisp.dhis.mapping.Map" maxElementsInMemory="1000" />
 
   <cache name="org.hisp.dhis.reporttable.ReportTable" maxElementsInMemory="100" />
@@ -266,6 +264,10 @@
 
   <cache name="org.hisp.dhis.mapping.Map.userGroupAccesses" maxElementsInMemory="500" />
 
+  <cache name="org.hisp.dhis.mapping.MapView" maxElementsInMemory="1000" />
+
+  <cache name="org.hisp.dhis.mapping.MapView.dataSets" maxElementsInMemory="500" />
+
   <cache name="org.hisp.dhis.mapping.MapView.indicators" maxElementsInMemory="500" />
 
   <cache name="org.hisp.dhis.mapping.MapView.dataElements" maxElementsInMemory="1500" />