Make lib curl more stable

This commit is contained in:
KZ
2015-07-25 09:34:15 +01:00
parent 2e7fc987ac
commit 65be91c932
4 changed files with 82 additions and 80 deletions

View File

@@ -24,7 +24,6 @@ namespace Jackett.Indexers
protected Logger logger;
protected IIndexerManagerService indexerService;
// protected IWebClient webClient;
protected static List<CachedResult> cache = new List<CachedResult>();
protected static readonly TimeSpan cacheTime = new TimeSpan(0, 9, 0);
@@ -42,7 +41,6 @@ namespace Jackett.Indexers
TorznabCaps = caps;
this.logger = logger;
indexerService = manager;
// webClient = wc;
}
protected void SaveConfig(JToken config)