Skip to content

Commit

Permalink
Remove obsolete/no-op ServicePoint references/calls (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Nov 6, 2024
1 parent e664eab commit 692d886
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DiscordChatExporter.Gui/App.axaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Net;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
Expand Down Expand Up @@ -74,9 +73,6 @@ public override void Initialize()
{
base.Initialize();

// Increase maximum concurrent connections
ServicePointManager.DefaultConnectionLimit = 20;

AvaloniaXamlLoader.Load(this);
}

Expand Down

0 comments on commit 692d886

Please sign in to comment.