浏览代码

update hls stop

Luke Pulverenti 9 年之前
父节点
当前提交
ab2a291870
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Api/ApiEntryPoint.cs

+ 1 - 1
MediaBrowser.Api/ApiEntryPoint.cs

@@ -349,7 +349,7 @@ namespace MediaBrowser.Api
 
 
             if (job.Type != TranscodingJobType.Progressive)
             if (job.Type != TranscodingJobType.Progressive)
             {
             {
-                timerDuration = 1800000;
+                timerDuration = 60000;
             }
             }
 
 
             job.PingTimeout = timerDuration;
             job.PingTimeout = timerDuration;