浏览代码

Increase default SegmentKeepSeconds

Dominik 2 年之前
父节点
当前提交
09a1d6786a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Model/Configuration/EncodingOptions.cs

+ 1 - 1
MediaBrowser.Model/Configuration/EncodingOptions.cs

@@ -13,7 +13,7 @@ namespace MediaBrowser.Model.Configuration
             EnableThrottling = false;
             EnableThrottling = false;
             EnableSegmentDeletion = false;
             EnableSegmentDeletion = false;
             ThrottleDelaySeconds = 180;
             ThrottleDelaySeconds = 180;
-            SegmentKeepSeconds = 200;
+            SegmentKeepSeconds = 360;
             EncodingThreadCount = -1;
             EncodingThreadCount = -1;
             // This is a DRM device that is almost guaranteed to be there on every intel platform,
             // This is a DRM device that is almost guaranteed to be there on every intel platform,
             // plus it's the default one in ffmpeg if you don't specify anything
             // plus it's the default one in ffmpeg if you don't specify anything