mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 23:13:28 +01:00
Increase default SegmentKeepSeconds
This commit is contained in:
parent
87f3bdb918
commit
09a1d6786a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue