Created
April 11, 2018 05:14
-
-
Save blacktambourine/bfa401a651716f30d5d563f874889647 to your computer and use it in GitHub Desktop.
CD Server scaling out
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
<?xml version="1.0"?> | |
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<eventing defaultProvider="sitecore"> | |
<eventQueueMonitor> | |
<!-- 180411 PS: increased this from 2 seconds to 10; fix for issue with CD instance scaling out --> | |
<processingInterval>00:00:10</processingInterval> | |
</eventQueueMonitor> | |
</eventing> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment