From 5181988a41283a14880b01bfc17bd330df1eb321 Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 8 Jan 2018 18:10:27 +1100 Subject: [PATCH] forgot to set the flag --- src/Umbraco.Web/ExamineStartup.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web/ExamineStartup.cs b/src/Umbraco.Web/ExamineStartup.cs index 3932c63b59..eac3e20d87 100644 --- a/src/Umbraco.Web/ExamineStartup.cs +++ b/src/Umbraco.Web/ExamineStartup.cs @@ -165,6 +165,8 @@ namespace Umbraco.Web { if (_isConfigured) return; + _isConfigured = true; + foreach (var luceneIndexer in ExamineManager.Instance.IndexProviderCollection.OfType()) { //We now need to disable waiting for indexing for Examine so that the appdomain is shutdown immediately and doesn't wait for pending