forgot to set the flag
This commit is contained in:
@@ -165,6 +165,8 @@ namespace Umbraco.Web
|
|||||||
{
|
{
|
||||||
if (_isConfigured) return;
|
if (_isConfigured) return;
|
||||||
|
|
||||||
|
_isConfigured = true;
|
||||||
|
|
||||||
foreach (var luceneIndexer in ExamineManager.Instance.IndexProviderCollection.OfType<LuceneIndexer>())
|
foreach (var luceneIndexer in ExamineManager.Instance.IndexProviderCollection.OfType<LuceneIndexer>())
|
||||||
{
|
{
|
||||||
//We now need to disable waiting for indexing for Examine so that the appdomain is shutdown immediately and doesn't wait for pending
|
//We now need to disable waiting for indexing for Examine so that the appdomain is shutdown immediately and doesn't wait for pending
|
||||||
|
|||||||
Reference in New Issue
Block a user