using EPiServer.Find.Cms; | |
//Basically this is what we need to disable | |
EventedIndexingSettings.Instance.EventedIndexingEnabled = false; | |
EventedIndexingSettings.Instance.ScheduledPageQueueEnabled = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment