浏览代码

Restore timeout to 60s as it breaks

Joshua Boniface 6 年之前
父节点
当前提交
c3ade725dc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      MediaBrowser.Api/ApiEntryPoint.cs

+ 0 - 2
MediaBrowser.Api/ApiEntryPoint.cs

@@ -423,12 +423,10 @@ namespace MediaBrowser.Api
 
             var timerDuration = 10000;
 
-            /*
             if (job.Type != TranscodingJobType.Progressive)
             {
                 timerDuration = 60000;
             }
-            */
 
             job.PingTimeout = timerDuration;
             job.LastPingDate = DateTime.UtcNow;