[gatein-commits] gatein SVN: r7721 - epp/portal/branches/EPP_5_1_0_GA_JBEPP-1090/web/portal/src/main/webapp/WEB-INF/conf/organization.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 11 16:57:30 EDT 2011


Author: ghjboss
Date: 2011-10-11 16:57:30 -0400 (Tue, 11 Oct 2011)
New Revision: 7721

Modified:
   epp/portal/branches/EPP_5_1_0_GA_JBEPP-1090/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
Log:
setting cacheExpiration as 1800000 to avoid performance issue as discussed in GTNPORTAL-1866.

Modified: epp/portal/branches/EPP_5_1_0_GA_JBEPP-1090/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_1_0_GA_JBEPP-1090/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml	2011-10-11 20:19:38 UTC (rev 7720)
+++ epp/portal/branches/EPP_5_1_0_GA_JBEPP-1090/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml	2011-10-11 20:57:30 UTC (rev 7721)
@@ -112,7 +112,7 @@
       
       <value-param>
         <name>cacheExpiration</name>
-        <value>2000</value>
+        <value>1800000</value>
       </value-param>
 
     </init-params>



More information about the gatein-commits mailing list