Health check results are stored in memory and updated as required

This commit is contained in:
Mark McDowall 2014-04-09 17:15:13 -07:00
commit 3f4c1a16f8
21 changed files with 188 additions and 75 deletions

View file

@ -42,7 +42,7 @@ namespace NzbDrone.Core.Download
_configService = configService;
_logger = logger;
_failedDownloads = cacheManager.GetCache<FailedDownload>(GetType(), "queue");
_failedDownloads = cacheManager.GetCache<FailedDownload>(GetType());
}
public void MarkAsFailed(int historyId)