diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-08 23:27:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-09 12:58:27 -0500 |
| commit | 3790eff69eea645ada6afadd56213281aa8d3f2e (patch) | |
| tree | 6f02dbc80ec2f2919a827c62802cfd890e1a6d90 /MediaBrowser.Api/Playback/TranscodingThrottler.cs | |
| parent | 7ffaa79c7aa3e3d7501076ca791a10ad5f3d10a1 (diff) | |
update transcoding throttle
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 ece455009..a7d53cd44 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.ThrottleDelaySeconds)) { PauseTranscoding(); } |
