mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Tuned down DB logging
Added cache to scene mapping.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NzbDrone.Core.Configuration
|
||||
public ConfigFileProvider(IEnvironmentProvider environmentProvider, ICacheManger cacheManger)
|
||||
{
|
||||
_environmentProvider = environmentProvider;
|
||||
_cache = cacheManger.GetCache<string>(this);
|
||||
_cache = cacheManger.GetCache<string>(this.GetType());
|
||||
_configFile = _environmentProvider.GetConfigPath();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user