Skip to content

Commit

Permalink
Simplify Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher authored Apr 14, 2024
1 parent a39a232 commit 61c5878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static class Program
[STAThread] // Required for WinForms
private static void Main(string[] args)
{
ProcessUtils.SanitizeEnvironmentVariables();
NetUtils.ApplyProxy();
ServicePointManager.DefaultConnectionLimit = 16;

Expand Down

0 comments on commit 61c5878

Please sign in to comment.