vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
267 stars 85 forks source link

Set a default MDOP #250

Closed vcsjones closed 3 months ago

vcsjones commented 3 months ago

This sets the MaxDegreeOfParallelism to have a default value of "4", instead of the system default. Anything larger than 4 is almost always going to trigger throttling. While this does not alleviate the need for a real rate limit and retrying mechanism, it will reduce the amount of throttling and retrying when it is eventually included.