aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-13 12:21:10 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-13 12:21:10 -0400
commit26094af11522dfc100d709dcd9296805ba1e3fc7 (patch)
tree6b2d95cb0e5efd18b14c95e61b094d6ec9f79726 /MediaBrowser.Api/ApiEntryPoint.cs
parent353e0f76ed833e24632f6f815026947d0c523259 (diff)
update live stream termination
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
-rw-r--r--MediaBrowser.Api/ApiEntryPoint.cs2
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)