Created
March 17, 2016 03:22
-
-
Save RyanABailey/0af9fb18bb1274ff1612 to your computer and use it in GitHub Desktop.
Index Strategy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<contentSearch> | |
<indexConfigurations> | |
<indexUpdateStrategies> | |
<intervalAsync3Hour type="Sitecore.ContentSearch.Maintenance.Strategies.IntervalAsynchronousStrategy, Sitecore.ContentSearch"> | |
<param desc="database">web</param> | |
<param desc="interval">03:00:00</param> | |
<CheckForThreshold>true</CheckForThreshold> | |
</intervalAsync3Hour> | |
</indexUpdateStrategies> | |
</indexConfigurations> | |
</contentSearch> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment