diff --git a/config/alfresco/caches.properties b/config/alfresco/caches.properties index 977ff4d632..7eaf52437e 100644 --- a/config/alfresco/caches.properties +++ b/config/alfresco/caches.properties @@ -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 +