Skip to content

Commit

Permalink
Added: Resolve Windows Proxy at Boot for Faster 1st Web Request
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Aug 3, 2022
1 parent eacc569 commit 80e2b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Reloaded.Mod.Launcher/ModuleInitialiser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ public static void Init()
{
// Raise maximum number of WebRequest connections
ServicePointManager.DefaultConnectionLimit = int.MaxValue;
Task.Run(WebRequest.GetSystemWebProxy);
}
}

0 comments on commit 80e2b14

Please sign in to comment.