diff --git a/Tranga/Connector.cs b/Tranga/Connector.cs index ffdf05b..cc60293 100644 --- a/Tranga/Connector.cs +++ b/Tranga/Connector.cs @@ -294,7 +294,10 @@ public abstract class Connector protected class DownloadClient { - private static readonly HttpClient Client = new(); + private static readonly HttpClient Client = new() + { + Timeout = TimeSpan.FromSeconds(60) + }; private readonly Dictionary _lastExecutedRateLimit; private readonly Dictionary _rateLimit;