mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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