Author: thomas.heute(a)jboss.com
Date: 2010-02-26 03:00:47 -0500 (Fri, 26 Feb 2010)
New Revision: 1878
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
GTNPORTAL-770: Enable JBoss Cache on the MOPSessionManager
Change default values
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-02-26
07:55:31 UTC (rev 1877)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-02-26
08:00:47 UTC (rev 1878)
@@ -313,10 +313,10 @@
<string>PomSessionManager</string>
</field>
<field name="maxNodes">
- <int>-1</int>
+ <int>10000</int>
</field>
<field name="minTimeToLive">
- <long>0</long>
+ <long>60000</long>
</field>
</object>
</object-param>