Author: trong.tran
Date: 2011-01-11 06:13:21 -0500 (Tue, 11 Jan 2011)
New Revision: 5730
Modified:
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
EXOGTN-199 Fix problem with MOPSessionManager cache configuration
Modified:
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
---
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2011-01-11
11:02:12 UTC (rev 5729)
+++
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2011-01-11
11:13:21 UTC (rev 5730)
@@ -311,8 +311,11 @@
<string>MOPSessionManager</string>
</field>
<field name="expirationTimeout">
- <long>600</long>
+ <long>600000</long>
</field>
+ <field name="maxNodes">
+ <int>5000</int>
+ </field>
<field name="distributed">
<boolean>true</boolean>
</field>
Show replies by date