diff --git a/repository/src/main/resources/alfresco/caches.properties b/repository/src/main/resources/alfresco/caches.properties index ad12d905ff..3d375e06ab 100644 --- a/repository/src/main/resources/alfresco/caches.properties +++ b/repository/src/main/resources/alfresco/caches.properties @@ -163,7 +163,7 @@ cache.node.nodesSharedCache.tx.statsEnabled=${caches.tx.statsEnabled} cache.node.nodesSharedCache.maxItems=250000 cache.node.nodesSharedCache.timeToLiveSeconds=300 cache.node.nodesSharedCache.maxIdleSeconds=0 -cache.node.nodesSharedCache.cluster.type=invalidating +cache.node.nodesSharedCache.cluster.type=fully-distributed cache.node.nodesSharedCache.backup-count=1 cache.node.nodesSharedCache.eviction-policy=LRU cache.node.nodesSharedCache.merge-policy=com.hazelcast.spi.merge.PutIfAbsentMergePolicy @@ -709,4 +709,4 @@ cache.ldapInitialDirContextCache.cluster.type=fully-distributed cache.ldapInitialDirContextCache.backup-count=1 cache.ldapInitialDirContextCache.eviction-policy=NONE cache.ldapInitialDirContextCache.merge-policy=com.hazelcast.spi.merge.LatestUpdateMergePolicy -cache.ldapInitialDirContextCache.readBackupData=false \ No newline at end of file +cache.ldapInitialDirContextCache.readBackupData=false