mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
update schedules direct
This commit is contained in:
@@ -336,12 +336,6 @@ namespace MediaBrowser.Api
|
||||
if (job.Type != TranscodingJobType.Progressive)
|
||||
{
|
||||
timerDuration = 1800000;
|
||||
|
||||
// We can really reduce the timeout for apps that are using the newer api
|
||||
if (!string.IsNullOrWhiteSpace(job.PlaySessionId))
|
||||
{
|
||||
timerDuration = 300000;
|
||||
}
|
||||
}
|
||||
|
||||
job.PingTimeout = timerDuration;
|
||||
|
||||
Reference in New Issue
Block a user