From 2c15bf4adc5189bcf58ff4c992ffe313161928e6 Mon Sep 17 00:00:00 2001 From: Sara Aspery Date: Fri, 19 Jun 2020 11:24:06 +0100 Subject: [PATCH] REPO-5195 Add global property so AGS can switch between old and new metadata extraction in repo --- .../module/org_alfresco_module_rm/alfresco-global.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties index 0df8fa38c8..ed98383145 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties @@ -105,3 +105,8 @@ version.store.enableAutoVersionOnTypeChange=false # otherwise create the version record from the version history # rm.enableAutoVersionOnRecordCreation=false + +# +# Metadata Extraction +# +content.metadata.async.extract.6.enabled=false