------------------------------------------------------------ revno: 13278 committer: Lars Helge Ă˜verland <[email protected]> branch nick: dhis2 timestamp: Tue 2013-12-17 13:48:48 +0100 message: Increased data set cache capacity 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-12-17 12:48:16 +0000 +++ dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml 2013-12-17 12:48:48 +0000 @@ -50,7 +50,7 @@ <cache name="org.hisp.dhis.period.RelativePeriods" maxElementsInMemory="30" /> - <cache name="org.hisp.dhis.dataset.DataSet" maxElementsInMemory="100" /> + <cache name="org.hisp.dhis.dataset.DataSet" maxElementsInMemory="400" /> <cache name="org.hisp.dhis.dataset.Section" maxElementsInMemory="400" />
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

