Author: agilliland
Date: Wed Feb 22 10:43:53 2006
New Revision: 379835
URL: http://svn.apache.org/viewcvs?rev=379835&view=rev
Log:
lowering default size for user and website data caches.
Modified:
incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml
Modified: incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml?rev=379835&r1=379834&r2=379835&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml Wed Feb 22 10:43:53
2006
@@ -16,12 +16,12 @@
overflowToDisk="false" />
<cache name="org.roller.pojos.UserData"
- maxElementsInMemory="10000"
+ maxElementsInMemory="1000"
eternal="false"
overflowToDisk="false" />
<cache name="org.roller.pojos.WebsiteData"
- maxElementsInMemory="10000"
+ maxElementsInMemory="1000"
eternal="false"
overflowToDisk="false" />