mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Health check results are stored in memory and updated as required
This commit is contained in:
parent
0c71b7c5d0
commit
3f4c1a16f8
21 changed files with 188 additions and 75 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue