increase connection limit

This commit is contained in:
pypy
2021-01-21 11:24:06 +09:00
parent e5d28c6d67
commit a34fcc9478

View File

@@ -15,6 +15,7 @@ namespace VRCX
static WebApi()
{
Instance = new WebApi();
ServicePointManager.DefaultConnectionLimit = 10;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
}