Skip to content

Instantly share code, notes, and snippets.

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 martinrayenglish/9677c845af1c77ebf83f5592e5293dfb to your computer and use it in GitHub Desktop.
Save martinrayenglish/9677c845af1c77ebf83f5592e5293dfb to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" >
<sitecore>
<pipelines role:require="ContentDelivery">
<initialize>
<processor type="Sitecore.Analytics.Pipelines.Loader.StartThreadPoolSizeMonitor, Sitecore.Analytics">
<param desc="accelerationRate">200</param>
<param desc="decelerationRate">10</param>
<param desc="updateInterval">00:00:00.250</param>
</processor>
</initialize>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment