Restore timeout to 60s as it breaks

pull/1154/head
Joshua Boniface 6 years ago
parent fda3f0ad9b
commit c3ade725dc

@ -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;

Loading…
Cancel
Save