diff options
| author | Tavares André <tavares_and@hotmail.com> | 2015-04-18 15:45:12 +0200 |
|---|---|---|
| committer | Tavares André <tavares_and@hotmail.com> | 2015-04-18 15:45:12 +0200 |
| commit | c230dab0bd3ce929992b6452b63ebe55e2d906bd (patch) | |
| tree | 8c92e9edf3d0194499a5bc4e8a630083ff40562d /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | a25f542bcb7841e31baa608526875de178beb935 (diff) | |
| parent | b5218034acb3149b6b5db658120611ba1469d8bb (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.cs | 2 |
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 |
