Increase DefaultConnectionLimit to 50
This commit is contained in:
parent
56112eae51
commit
2def24c9af
@ -48,6 +48,7 @@ public sealed class RhSolutionsAddIn : IExcelAddIn
|
||||
|
||||
ServicePointManager.SecurityProtocol =
|
||||
SecurityProtocolType.Tls12;
|
||||
ServicePointManager.DefaultConnectionLimit = 50;
|
||||
}
|
||||
|
||||
public void AutoClose()
|
||||
|
Loading…
Reference in New Issue
Block a user