From: Philipp Dallig Date: Wed, 21 Jun 2017 11:51:11 +0000 (+0200) Subject: mobile-aem - hopefully fix nodestore X-Git-Tag: v0.1.0~2793 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9c098157c755e1031fa59e70a532bbdfc7be4f52;p=pixelpark%2Fhiera.git mobile-aem - hopefully fix nodestore --- 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'