Skip to content

Instantly share code, notes, and snippets.

@lekker-solutions
Created October 20, 2021 14:21
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 lekker-solutions/320b32b5eeb15e36ce29957095862b3d to your computer and use it in GitHub Desktop.
Save lekker-solutions/320b32b5eeb15e36ce29957095862b3d to your computer and use it in GitHub Desktop.
Parallel processing keys
<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