ソースを参照

Merge pull request #169 from joshuaboniface/ffmpeg-timeout

Restore timeout to 60s as it breaks
Andrew Rabert 6 年 前
コミット
e544a6e265
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;
             var timerDuration = 10000;
 
 
-            /*
             if (job.Type != TranscodingJobType.Progressive)
             if (job.Type != TranscodingJobType.Progressive)
             {
             {
                 timerDuration = 60000;
                 timerDuration = 60000;
             }
             }
-            */
 
 
             job.PingTimeout = timerDuration;
             job.PingTimeout = timerDuration;
             job.LastPingDate = DateTime.UtcNow;
             job.LastPingDate = DateTime.UtcNow;