diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-30 15:57:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-30 15:57:37 -0400 |
| commit | 07de09f350ab5ba089a27d94cc10b1a8e6f0a700 (patch) | |
| tree | f1379e8b116d44f4bfab1492f1b8575b15aafaf9 /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 5f044cfd68eecf116df1a646806fc091f3fb63aa (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index 444977e35..08ac5671d 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -296,7 +296,7 @@ namespace MediaBrowser.Api // TODO: Lower this hls timeout var timerDuration = job.Type == TranscodingJobType.Progressive ? 1000 : - 14400000; + 7200000; if (job.KillTimer == null) { |
