diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-05-12 10:55:26 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-05-12 10:55:26 -0400 |
| commit | 033919685a56fb9cf2c0612e1d320bc2987f7291 (patch) | |
| tree | d53751b885ab8f88bf18d2370026908753cd5a82 /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 46b26863d032643268375525170e67618d959464 (diff) | |
| parent | 0f4a5ca9e6682e5f00bc54172b8083d42cbcd266 (diff) | |
Merge pull request #1100 from MediaBrowser/dev
3.0.5607.2
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 55aa778e2..2cd900754 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -346,7 +346,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 = 60000; + timerDuration = 50000; } job.PingTimeout = timerDuration; |
