You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/04/10 01:23:56 UTC

svn commit: r1466285 - /directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml

Author: elecharny
Date: Tue Apr  9 23:23:55 2013
New Revision: 1466285

URL: http://svn.apache.org/r1466285
Log:
removed EhCache warnings

Modified:
    directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml

Modified: directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml?rev=1466285&r1=1466284&r2=1466285&view=diff
==============================================================================
--- directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml (original)
+++ directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml Tue Apr  9 23:23:55 2013
@@ -93,7 +93,7 @@
 		The defaultCache has an implicit name "default" which is a reserved cache 
 		name. -->
 		
-	<defaultCache maxElementsInMemory="0" eternal="false"
+	<defaultCache maxElementsInMemory="1" eternal="false"
 		overflowToDisk="false" timeToIdleSeconds="1200" timeToLiveSeconds="1200">
 	</defaultCache>