소스 검색

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;