diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-13 12:21:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-13 12:21:10 -0400 |
| commit | 26094af11522dfc100d709dcd9296805ba1e3fc7 (patch) | |
| tree | 6b2d95cb0e5efd18b14c95e61b094d6ec9f79726 /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 353e0f76ed833e24632f6f815026947d0c523259 (diff) | |
update live stream termination
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 fd7ad2cf5..ba51f4f8c 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -340,7 +340,7 @@ namespace MediaBrowser.Api // We can really reduce the timeout for apps that are using the newer api if (!string.IsNullOrWhiteSpace(job.PlaySessionId) && job.Type != TranscodingJobType.Progressive) { - timerDuration = 35000; + timerDuration = 20000; } if (job.KillTimer == null) |
