Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qt-kaneko committed Jun 9, 2024
1 parent 308f007 commit 287c1c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ static partial class Program
private static partial Regex _kodikIdRegex();

static HttpClient _http = new(new HttpClientHandler() {
AutomaticDecompression = System.Net.DecompressionMethods.All
});
AutomaticDecompression = System.Net.DecompressionMethods.All,
}) {
Timeout = TimeSpan.FromMinutes(5)
};

static async Task Main()
{
Expand Down

0 comments on commit 287c1c3

Please sign in to comment.