mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
defer path creation when possible
This commit is contained in:
@@ -50,7 +50,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public BaseApplicationConfiguration()
|
||||
{
|
||||
EnableAutoUpdate = true;
|
||||
LogFileRetentionDays = 7;
|
||||
LogFileRetentionDays = 3;
|
||||
|
||||
#if (DEBUG)
|
||||
EnableDebugLevelLogging = true;
|
||||
|
||||
Reference in New Issue
Block a user