defer path creation when possible

This commit is contained in:
Luke Pulverenti
2013-06-04 12:48:23 -04:00
parent 02fedead11
commit 2e408e40c0
7 changed files with 38 additions and 233 deletions

View File

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