update hls stop

This commit is contained in:
Luke Pulverenti 2016-03-29 00:26:25 -04:00
parent 6332d0b943
commit ab2a291870

View File

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