Explorar o código

Pick safer default value for segments to keep

Dominik %!s(int64=2) %!d(string=hai) anos
pai
achega
dbe44a591c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Model/Configuration/EncodingOptions.cs

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

@@ -21,7 +21,7 @@ public class EncodingOptions
         EnableThrottling = false;
         ThrottleDelaySeconds = 180;
         EnableSegmentDeletion = false;
-        SegmentKeepSeconds = 360;
+        SegmentKeepSeconds = 720;
         EncodingThreadCount = -1;
         // 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