mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Default transcoding throttling to false for new installs
This commit is contained in:
parent
6c6b5d7f28
commit
c1aafd2ba0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
public EncodingOptions()
|
||||
{
|
||||
DownMixAudioBoost = 2;
|
||||
EnableThrottling = true;
|
||||
EnableThrottling = false;
|
||||
ThrottleDelaySeconds = 180;
|
||||
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…
Add table
Add a link
Reference in a new issue