diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index ef74aecb2a..b3f1923e5b 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -421,15 +421,14 @@ namespace MediaBrowser.Api return; } - /* var timerDuration = 10000; + /* if (job.Type != TranscodingJobType.Progressive) { timerDuration = 60000; } */ - var timerDuration = 2000; job.PingTimeout = timerDuration; job.LastPingDate = DateTime.UtcNow;