Last active
August 29, 2015 14:00
-
-
Save karlitros/11373937 to your computer and use it in GitHub Desktop.
Comment this bit out of an umbraco web.config file when you want publishing times to improve when publishing large amounts of content
This file contains hidden or 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
<siteMap defaultProvider="UmbracoSiteMapProvider" enabled="true"> | |
<providers> | |
<clear /> | |
<add name="UmbracoSiteMapProvider" type="umbraco.presentation.nodeFactory.UmbracoSiteMapProvider" defaultDescriptionAlias="description" securityTrimmingEnabled="true" /> | |
</providers> | |
</siteMap> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment