When we disable examine indexing on startup with MainDom, also suspend all indexing
This commit is contained in:
@@ -79,6 +79,7 @@ namespace Umbraco.Web
|
||||
//if we could not register the shutdown examine ourselves, it means we are not maindom! in this case all of examine should be disabled
|
||||
//from indexing anything on startup!!
|
||||
_disableExamineIndexing = true;
|
||||
Suspendable.ExamineEvents.SuspendIndexers();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user