Up the timerDuration back to 10s, 2s is too low
This commit is contained in:
parent
e5531c5c25
commit
fda3f0ad9b
|
@ -421,15 +421,14 @@ namespace MediaBrowser.Api
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
var timerDuration = 10000;
|
var timerDuration = 10000;
|
||||||
|
|
||||||
|
/*
|
||||||
if (job.Type != TranscodingJobType.Progressive)
|
if (job.Type != TranscodingJobType.Progressive)
|
||||||
{
|
{
|
||||||
timerDuration = 60000;
|
timerDuration = 60000;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
var timerDuration = 2000;
|
|
||||||
|
|
||||||
job.PingTimeout = timerDuration;
|
job.PingTimeout = timerDuration;
|
||||||
job.LastPingDate = DateTime.UtcNow;
|
job.LastPingDate = DateTime.UtcNow;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user