Author: smilek Date: Thu Nov 15 12:18:06 2007 New Revision: 595427 URL: http://svn.apache.org/viewvc?rev=595427&view=rev Log: added decorationConfigurationCache
Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/db-ojb/ehcache.xml Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/db-ojb/ehcache.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/db-ojb/ehcache.xml?rev=595427&r1=595426&r2=595427&view=diff ============================================================================== --- portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/db-ojb/ehcache.xml (original) +++ portals/jetspeed-2/branches/JETSPEED-2.1.3/etc/db-ojb/ehcache.xml Thu Nov 15 12:18:06 2007 @@ -425,8 +425,8 @@ maxElementsOnDisk="250" eternal="false" overflowToDisk="false" - timeToIdleSeconds="180" - timeToLiveSeconds="180" + timeToIdleSeconds="3600" + timeToLiveSeconds="3600" memoryStoreEvictionPolicy="LFU"> </cache> @@ -435,8 +435,8 @@ maxElementsOnDisk="250" eternal="false" overflowToDisk="false" - timeToIdleSeconds="180" - timeToLiveSeconds="180" + timeToIdleSeconds="3600" + timeToLiveSeconds="3600" memoryStoreEvictionPolicy="LFU"> </cache> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]