mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
increase connection limit
This commit is contained in:
@@ -15,6 +15,7 @@ namespace VRCX
|
|||||||
static WebApi()
|
static WebApi()
|
||||||
{
|
{
|
||||||
Instance = new WebApi();
|
Instance = new WebApi();
|
||||||
|
ServicePointManager.DefaultConnectionLimit = 10;
|
||||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
|
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user