You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/07/06 02:38:16 UTC

directory-fortress-enmasse git commit: remove extraneous default cache config.

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master f271728fe -> c6b48c36a


remove extraneous default cache config.


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/c6b48c36
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/c6b48c36
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/c6b48c36

Branch: refs/heads/master
Commit: c6b48c36a79d92bf291a13686f6f7bfca93fbdd7
Parents: f271728
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Jul 5 10:39:27 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Jul 5 10:39:27 2018 -0500

----------------------------------------------------------------------
 src/main/resources/ehcache.xml | 20 --------------------
 1 file changed, 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/c6b48c36/src/main/resources/ehcache.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml
index 411716e..3484c19 100755
--- a/src/main/resources/ehcache.xml
+++ b/src/main/resources/ehcache.xml
@@ -33,26 +33,6 @@ This ehcache.xml corresponds to a single CacheManager.
     <cacheManagerEventListenerFactory class="" properties=""/>
 
     <!--
-    Default Cache configuration. These settings will be applied to caches
-    created programmatically using CacheManager.add(String cacheName).
-    This element is optional, and using CacheManager.add(String cacheName) when
-    its not present will throw CacheException
-
-    The defaultCache has an implicit name "default" which is a reserved cache name.
-    -->
-    <defaultCache
-           eternal="false"
-           overflowToDisk="false"
-           timeToIdleSeconds="120"
-           timeToLiveSeconds="120"
-           diskSpoolBufferSizeMB="30"
-           maxElementsOnDisk="10"
-           diskPersistent="false"
-           diskExpiryThreadIntervalSeconds="120"
-           memoryStoreEvictionPolicy="LRU"
-           />
-
-    <!--
         Thic cache contains password policy entries.  It is used to save a read on User password policy edits. There should be one element for every tenant.
     -->
     <cache name="fortress.policies"