Author: lukaszlenart
Date: Sun Dec 9 18:09:19 2012
New Revision: 1419061
URL: http://svn.apache.org/viewvc?rev=1419061&view=rev
Log:
WW-3766 sets struts.freemarker.mru.max.strong.size to 0 to SoftCacheStorage
which performs better in heavy loaded applications
Modified:
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
Modified:
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties?rev=1419061&r1=1419060&r2=1419061&view=diff
==============================================================================
---
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
(original)
+++
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties
Sun Dec 9 18:09:19 2012
@@ -184,8 +184,9 @@ struts.freemarker.beanwrapperCache=false
### See the StrutsBeanWrapper javadocs for more information
struts.freemarker.wrapper.altMap=true
-### maxStrongSize for MruCacheStorage for freemarker
-struts.freemarker.mru.max.strong.size=100
+### maxStrongSize for MruCacheStorage for freemarker, when set to 0
SoftCacheStorage which performs better in heavy loaded application
+### check WW-3766 for more details
+struts.freemarker.mru.max.strong.size=0
### configure the XSLTResult class to use stylesheet caching.
### Set to true for developers and false for production.