[gatein-commits] gatein SVN: r1983 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 4 12:52:27 EST 2010


Author: julien_viet
Date: 2010-03-04 12:52:26 -0500 (Thu, 04 Mar 2010)
New Revision: 1983

Modified:
   portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
Log:
actually use an explicit size for the template service cache config


Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml	2010-03-04 17:38:40 UTC (rev 1982)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml	2010-03-04 17:52:26 UTC (rev 1983)
@@ -211,6 +211,9 @@
             <field name="liveTime">
               <long>600000</long>
             </field>
+            <field name="maxSize">
+              <int>1000</int>
+            </field>
           </object>
         </object-param>
       </init-params>



More information about the gatein-commits mailing list