Explorar o código

Restore timeout to 60s as it breaks

Joshua Boniface %!s(int64=6) %!d(string=hai) anos
pai
achega
c3ade725dc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;