Author: julien(a)jboss.com
Date: 2007-02-12 13:16:53 -0500 (Mon, 12 Feb 2007)
New Revision: 6224
Modified:
trunk/core-cms/src/resources/portal-cms-sar/conf/hibernate/cms/ehcache.xml
trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/ehcache.xml
trunk/core/src/resources/portal-core-sar/conf/hibernate/portal/ehcache.xml
trunk/core/src/resources/portal-core-sar/conf/hibernate/portlet/ehcache.xml
trunk/core/src/resources/portal-core-sar/conf/hibernate/user/ehcache.xml
Log:
JBPORTAL-1249 : Increase the cache timeout value to 30 mns instead of 2 mns
Modified: trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/ehcache.xml
===================================================================
---
trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/ehcache.xml 2007-02-12
17:54:14 UTC (rev 6223)
+++
trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/ehcache.xml 2007-02-12
18:16:53 UTC (rev 6224)
@@ -54,8 +54,8 @@
<defaultCache
maxElementsInMemory="10000"
eternal="false"
- timeToIdleSeconds="120"
- timeToLiveSeconds="120"
+ timeToIdleSeconds="1800"
+ timeToLiveSeconds="1800"
overflowToDisk="false"
/>
</ehcache>
Modified: trunk/core/src/resources/portal-core-sar/conf/hibernate/portal/ehcache.xml
===================================================================
--- trunk/core/src/resources/portal-core-sar/conf/hibernate/portal/ehcache.xml 2007-02-12
17:54:14 UTC (rev 6223)
+++ trunk/core/src/resources/portal-core-sar/conf/hibernate/portal/ehcache.xml 2007-02-12
18:16:53 UTC (rev 6224)
@@ -54,8 +54,8 @@
<defaultCache
maxElementsInMemory="10000"
eternal="false"
- timeToIdleSeconds="120"
- timeToLiveSeconds="120"
+ timeToIdleSeconds="1800"
+ timeToLiveSeconds="1800"
overflowToDisk="false"
/>
</ehcache>
Modified: trunk/core/src/resources/portal-core-sar/conf/hibernate/portlet/ehcache.xml
===================================================================
--- trunk/core/src/resources/portal-core-sar/conf/hibernate/portlet/ehcache.xml 2007-02-12
17:54:14 UTC (rev 6223)
+++ trunk/core/src/resources/portal-core-sar/conf/hibernate/portlet/ehcache.xml 2007-02-12
18:16:53 UTC (rev 6224)
@@ -54,8 +54,8 @@
<defaultCache
maxElementsInMemory="10000"
eternal="false"
- timeToIdleSeconds="120"
- timeToLiveSeconds="120"
+ timeToIdleSeconds="1800"
+ timeToLiveSeconds="1800"
overflowToDisk="false"
/>
</ehcache>
Modified: trunk/core/src/resources/portal-core-sar/conf/hibernate/user/ehcache.xml
===================================================================
--- trunk/core/src/resources/portal-core-sar/conf/hibernate/user/ehcache.xml 2007-02-12
17:54:14 UTC (rev 6223)
+++ trunk/core/src/resources/portal-core-sar/conf/hibernate/user/ehcache.xml 2007-02-12
18:16:53 UTC (rev 6224)
@@ -54,8 +54,8 @@
<defaultCache
maxElementsInMemory="10000"
eternal="false"
- timeToIdleSeconds="120"
- timeToLiveSeconds="120"
+ timeToIdleSeconds="1800"
+ timeToLiveSeconds="1800"
overflowToDisk="false"
/>
</ehcache>
Modified: trunk/core-cms/src/resources/portal-cms-sar/conf/hibernate/cms/ehcache.xml
===================================================================
--- trunk/core-cms/src/resources/portal-cms-sar/conf/hibernate/cms/ehcache.xml 2007-02-12
17:54:14 UTC (rev 6223)
+++ trunk/core-cms/src/resources/portal-cms-sar/conf/hibernate/cms/ehcache.xml 2007-02-12
18:16:53 UTC (rev 6224)
@@ -54,8 +54,8 @@
<defaultCache
maxElementsInMemory="10000"
eternal="false"
- timeToIdleSeconds="120"
- timeToLiveSeconds="120"
+ timeToIdleSeconds="1800"
+ timeToLiveSeconds="1800"
overflowToDisk="false"
/>
</ehcache>
Show replies by date