Merge pull request #2501 from JustAMan/pedal-to-the-metal-from-the-get-go

Default transcoding throttling to false for new installs
This commit is contained in:
dkanada 2020-03-04 01:37:44 +09:00 committed by GitHub
commit 2dc1a18203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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