aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/ApiEntryPoint.cs
diff options
context:
space:
mode:
authorTavares André <tavares_and@hotmail.com>2015-04-18 15:45:12 +0200
committerTavares André <tavares_and@hotmail.com>2015-04-18 15:45:12 +0200
commitc230dab0bd3ce929992b6452b63ebe55e2d906bd (patch)
tree8c92e9edf3d0194499a5bc4e8a630083ff40562d /MediaBrowser.Api/ApiEntryPoint.cs
parenta25f542bcb7841e31baa608526875de178beb935 (diff)
parentb5218034acb3149b6b5db658120611ba1469d8bb (diff)
Merge branch 'dev' of https://github.com/MediaBrowser/MediaBrowser into dev
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 e91dd1a9b..c7f470427 100644
--- a/MediaBrowser.Api/ApiEntryPoint.cs
+++ b/MediaBrowser.Api/ApiEntryPoint.cs
@@ -339,7 +339,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 = 20000;
+ timerDuration = 60000;
}
// Don't start the timer for playback checkins with progressive streaming