Created
October 20, 2021 14:21
-
-
Save lekker-solutions/320b32b5eeb15e36ce29957095862b3d to your computer and use it in GitHub Desktop.
Parallel processing keys
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
<add key="EnableAutoNumberingInSeparateConnection" value="true"/> | |
<add key="ParallelProcessingDisabled" value="false"/> | |
<add key="ParallelProcessingMaxThreads" value="6"/> | |
<add key="ParallelProcessingBatchSize" value="10"/> | |
<add key="IsParallelProcessingSkipBatchExceptions" value="True" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment