diff options
| author | Dominik <git@secnd.me> | 2022-11-15 16:06:24 +0100 |
|---|---|---|
| committer | Dominik <git@secnd.me> | 2022-11-15 16:06:24 +0100 |
| commit | 09a1d6786a0cad593cc862d62351a0c5e748497f (patch) | |
| tree | 5f013c32887056dbaf83b2934cedd4b28e50ff31 | |
| parent | 87f3bdb918954cbb5c4bdc7408b1ca41b246c83b (diff) | |
Increase default SegmentKeepSeconds
| -rw-r--r-- | MediaBrowser.Model/Configuration/EncodingOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/EncodingOptions.cs b/MediaBrowser.Model/Configuration/EncodingOptions.cs index c23d4e642..008050602 100644 --- a/MediaBrowser.Model/Configuration/EncodingOptions.cs +++ b/MediaBrowser.Model/Configuration/EncodingOptions.cs @@ -13,7 +13,7 @@ namespace MediaBrowser.Model.Configuration EnableThrottling = false; EnableSegmentDeletion = false; ThrottleDelaySeconds = 180; - SegmentKeepSeconds = 200; + SegmentKeepSeconds = 360; 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 |
