From 34e156c540767d5c316ed32b63633320c396998d Mon Sep 17 00:00:00 2001 From: Michael Suzuki Date: Tue, 11 Jul 2017 11:46:13 +0100 Subject: [PATCH] search-77, set model track to have its original default value --- .../src/main/resources/solr/instance/conf/shared.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties b/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties index b2c22f3d0..dd0b2f7fb 100644 --- a/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties +++ b/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties @@ -27,4 +27,4 @@ alfresco.cross.locale.property.0={http://www.alfresco.org/model/content/1.0}name # alfresco.cross.locale.datatype.1={http://www.alfresco.org/model/dictionary/1.0}content # alfresco.cross.locale.datatype.2={http://www.alfresco.org/model/dictionary/1.0}mltext -alfresco.model.tracker.cron=0/16 * * * * ? * \ No newline at end of file +alfresco.model.tracker.cron=0/10 * * * * ? * \ No newline at end of file