New: Max DB Size is now 512MB (was 256MB)

This commit is contained in:
Mark McDowall 2012-08-14 11:51:25 -07:00
commit c2a1df61f6
3 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ namespace NzbDrone.Common
return Path.Combine(environmentProvider.ApplicationPath, APP_CONFIG_FILE);
}
public static string GetNzbDronoeDbFile(this EnvironmentProvider environmentProvider)
public static string GetNzbDroneDbFile(this EnvironmentProvider environmentProvider)
{
return Path.Combine(environmentProvider.GetAppDataPath(), NZBDRONE_DB_FILE);
}