Skip to content

Commit

Permalink
Add longer timeout for DMM (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkeCoder23 authored Jul 1, 2024
1 parent 723aa6b commit 9344531
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public static IServiceCollection AddDmmSupport(this IServiceCollection services)
client.BaseAddress = new("https://github.com/debridmediamanager/hashlists/zipball/main/");
client.DefaultRequestHeaders.Add("Accept-Encoding", "gzip");
client.DefaultRequestHeaders.UserAgent.ParseAdd("curl");
client.Timeout = TimeSpan.FromMinutes(10); // 10 minute timeout, #217
});

return services;
Expand Down

0 comments on commit 9344531

Please sign in to comment.