------------------------------------------------------------ revno: 12573 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Fri 2013-10-11 09:16:44 +0200 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 2013-10-03 14:24:37 +0000 +++ dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/ehcache.xml 2013-10-11 07:16:44 +0000 @@ -16,6 +16,8 @@ <cache name="org.hisp.dhis.dataelement.DataElement" maxElementsInMemory="4000" /> + <cache name="org.hisp.dhis.dataelement.DataElement.userGroupAccesses" maxElementsInMemory="200" /> + <cache name="org.hisp.dhis.dataelement.DataElementCategoryCombo" maxElementsInMemory="100" /> <cache name="org.hisp.dhis.dataelement.DataElementCategory" maxElementsInMemory="200" /> @@ -64,6 +66,8 @@ <cache name="org.hisp.dhis.organisationunit.OrganisationUnitGroup" maxElementsInMemory="100" /> + <cache name="org.hisp.dhis.organisationunit.OrganisationUnitGroup.userGroupAccesses" maxElementsInMemory="100" /> + <cache name="org.hisp.dhis.organisationunit.OrganisationUnitGroupSet" maxElementsInMemory="50" /> <cache name="org.hisp.dhis.user.User" maxElementsInMemory="200" />
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

