From 9c098157c755e1031fa59e70a532bbdfc7be4f52 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 21 Jun 2017 13:51:11 +0200 Subject: [PATCH] mobile-aem - hopefully fix nodestore --- customer/mobile-aem/common.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/customer/mobile-aem/common.yaml b/customer/mobile-aem/common.yaml index f0b34166..db69f16d 100644 --- a/customer/mobile-aem/common.yaml +++ b/customer/mobile-aem/common.yaml @@ -127,11 +127,6 @@ infra::profile::aem::author::install_files: org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.cfg: content: | customBlobStore=true - org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config: - content: | - repository.home=${repository.home}/segmentstore - tarmk.size=256 - pauseCompaction=B"false" # Compaction & Backup for Author infra::profile::aem::author::oak_version: '1.6.1' @@ -165,11 +160,6 @@ infra::profile::aem::publish::install_files: org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.cfg: content: | customBlobStore=true - org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config: - content: | - repository.home=${repository.home}/segmentstore - tarmk.size=256 - pauseCompaction=B"false" # Compaction & Backup for Publisher infra::profile::aem::publish::oak_version: '1.6.1' -- 2.39.5