mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Pick safer default value for segments to keep
This commit is contained in:
parent
0dffe64489
commit
dbe44a591c
@ -21,7 +21,7 @@ public class EncodingOptions
|
|||||||
EnableThrottling = false;
|
EnableThrottling = false;
|
||||||
ThrottleDelaySeconds = 180;
|
ThrottleDelaySeconds = 180;
|
||||||
EnableSegmentDeletion = false;
|
EnableSegmentDeletion = false;
|
||||||
SegmentKeepSeconds = 360;
|
SegmentKeepSeconds = 720;
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user