Author: agilliland
Date: Thu Jan 19 10:37:40 2006
New Revision: 370567
URL: http://svn.apache.org/viewcvs?rev=370567&view=rev
Log:
make default cache size 1000, not 10,000.
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=370567&r1=370566&r2=370567&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/ehcache.xml Thu Jan 19 10:37:40
2006
@@ -4,7 +4,7 @@
<!-- default cache expires items after 30 mins -->
<defaultCache
- maxElementsInMemory="10000"
+ maxElementsInMemory="1000"
eternal="false"
timeToIdleSeconds="1200"
timeToLiveSeconds="1200"
@@ -25,4 +25,4 @@
eternal="false"
overflowToDisk="false" />
-</ehcache>
\ No newline at end of file
+</ehcache>