updated nuget

This commit is contained in:
Luke Pulverenti
2013-04-24 18:34:38 -04:00
parent 29e1330c3a
commit 9fb1e8c00f
12 changed files with 64 additions and 80 deletions

View File

@@ -50,7 +50,7 @@ namespace MediaBrowser.Model.Configuration
public BaseApplicationConfiguration()
{
EnableAutoUpdate = true;
LogFileRetentionDays = 14;
LogFileRetentionDays = 7;
#if (DEBUG)
EnableDebugLevelLogging = true;