You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2013/09/04 15:03:29 UTC

svn commit: r1520002 - /cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/cxf-xkms-client-ehcache.xml

Author: coheigea
Date: Wed Sep  4 13:03:29 2013
New Revision: 1520002

URL: http://svn.apache.org/r1520002
Log:
Don't store EhCache elements on disk for XKMS clients

Modified:
    cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/cxf-xkms-client-ehcache.xml

Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/cxf-xkms-client-ehcache.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/cxf-xkms-client-ehcache.xml?rev=1520002&r1=1520001&r2=1520002&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/cxf-xkms-client-ehcache.xml (original)
+++ cxf/branches/2.7.x-fixes/services/xkms/xkms-client/src/main/resources/cxf-xkms-client-ehcache.xml Wed Sep  4 13:03:29 2013
@@ -8,7 +8,7 @@
             eternal="false"
             timeToIdleSeconds="3600"
             timeToLiveSeconds="3600"
-            overflowToDisk="true"
+            overflowToDisk="false"
             maxElementsOnDisk="10000000"
             diskPersistent="false"
             diskExpiryThreadIntervalSeconds="120"