mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Commands are stored in memory and prevents duplicate jobs
This commit is contained in:
@@ -28,7 +28,6 @@ namespace NzbDrone.Common.Cache
|
||||
return GetCache<T>(host, host.FullName);
|
||||
}
|
||||
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
_cache.Clear();
|
||||
|
Reference in New Issue
Block a user