diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-01 00:23:34 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-01 00:23:34 -0400 |
| commit | ddbbe9ce4e054565272a69e1ea709f8df4d96479 (patch) | |
| tree | ffa400a985dfd9ff4a2d43e113c7c6dad92cb2f4 /MediaBrowser.Api/Playback/TranscodingThrottler.cs | |
| parent | 2626b6f3729097e083f381936738d17335f48f1c (diff) | |
post release housecleaning
Diffstat (limited to 'MediaBrowser.Api/Playback/TranscodingThrottler.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/TranscodingThrottler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/TranscodingThrottler.cs b/MediaBrowser.Api/Playback/TranscodingThrottler.cs index 58cfa086e..ff79bb48f 100644 --- a/MediaBrowser.Api/Playback/TranscodingThrottler.cs +++ b/MediaBrowser.Api/Playback/TranscodingThrottler.cs @@ -42,7 +42,7 @@ namespace MediaBrowser.Api.Playback var options = GetOptions(); - if (options.EnableThrottling && IsThrottleAllowed(_job, options.ThrottleThresholdSeconds)) + if (/*options.EnableThrottling &&*/ IsThrottleAllowed(_job, options.ThrottleThresholdSeconds)) { PauseTranscoding(); } |
