mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Restore timeout to 60s as it breaks
This commit is contained in:
parent
fda3f0ad9b
commit
c3ade725dc
1 changed files with 0 additions and 2 deletions
|
@ -423,12 +423,10 @@ namespace MediaBrowser.Api
|
|||
|
||||
var timerDuration = 10000;
|
||||
|
||||
/*
|
||||
if (job.Type != TranscodingJobType.Progressive)
|
||||
{
|
||||
timerDuration = 60000;
|
||||
}
|
||||
*/
|
||||
|
||||
job.PingTimeout = timerDuration;
|
||||
job.LastPingDate = DateTime.UtcNow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue