dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #15381
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5557: Minor fix
------------------------------------------------------------
revno: 5557
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-12-22 20:56:05 +0100
message:
Minor fix
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 2011-12-06 17:41:41 +0000
+++ dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml 2011-12-22 19:56:05 +0000
@@ -159,8 +159,6 @@
<cache name="org.hisp.dhis.organisationunit.OrganisationUnitGroupSet.organisationUnitGroups"
maxElementsInMemory="400" />
- <cache name="org.hisp.dhis.report.Report.groups" maxElementsInMemory="400" />
-
<cache name="org.hisp.dhis.report.ReportGroup.members" maxElementsInMemory="400" />
<cache name="org.hisp.dhis.reporttable.ReportTable.dataElements" maxElementsInMemory="1500" />
@@ -173,8 +171,6 @@
<cache name="org.hisp.dhis.reporttable.ReportTable.units" maxElementsInMemory="2000" />
- <cache name="org.hisp.dhis.reporttable.ReportTable.groups" maxElementsInMemory="500" />
-
<cache name="org.hisp.dhis.reporttable.ReportTableGroup.members" maxElementsInMemory="500" />
<cache name="org.hisp.dhis.chart.Chart.dataElements" maxElementsInMemory="1500" />
@@ -187,8 +183,6 @@
<cache name="org.hisp.dhis.chart.Chart.dataSets" maxElementsInMemory="200" />
- <cache name="org.hisp.dhis.chart.Chart.groups" maxElementsInMemory="500" />
-
<cache name="org.hisp.dhis.chart.ChartGroup.members" maxElementsInMemory="500" />
<cache name="org.hisp.dhis.user.User.organisationUnits" maxElementsInMemory="20000" />