Merged 5.1.N (5.1.1) to HEAD (5.1)

121437 amukha: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
      121436 amukha: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.4)
         121433 amukha: MNT-15567: Authorization cache settings not present in caches.properties
            - Moved the caches configs to the repository project.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123642 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-03-11 21:41:44 +00:00
parent acdeda373e
commit f0838f222f

View File

@@ -696,3 +696,18 @@ cache.shardToGuidSharedCache.eviction-percentage=25
cache.shardToGuidSharedCache.merge-policy=hz.ADD_NEW_ENTRY
cache.shardToGuidSharedCache.readBackupData=false
#
# Authorization cache
#
cache.authorizationCache.tx.maxItems=1000
cache.authorizationCache.tx.statsEnabled=${caches.tx.statsEnabled}
cache.authorizationCache.maxItems=10000
cache.authorizationCache.timeToLiveSeconds=300
cache.authorizationCache.maxIdleSeconds=0
cache.authorizationCache.cluster.type=fully-distributed
cache.authorizationCache.backup-count=1
cache.authorizationCache.eviction-policy=LRU
cache.authorizationCache.eviction-percentage=25
cache.authorizationCache.merge-policy=hz.ADD_NEW_ENTRY
cache.authorizationCache.readBackupData=false