Skip to content

Instantly share code, notes, and snippets.

@mauro-vieira
Last active March 12, 2020 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauro-vieira/05e74451fd1d5223e42bdbf6f515ad4b to your computer and use it in GitHub Desktop.
Save mauro-vieira/05e74451fd1d5223e42bdbf6f515ad4b to your computer and use it in GitHub Desktop.
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