aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2018-12-14 23:37:32 -0500
committerJoshua Boniface <joshua@boniface.me>2018-12-14 23:37:32 -0500
commitc3ade725dc8f863be91a743f68a4a2fd2bf3f911 (patch)
treedd6a198e3c104ebc732a615153c4bb5514e25660
parentfda3f0ad9ba93ab44f5754bb9dd3e6b81ccb85af (diff)
Restore timeout to 60s as it breaks
-rw-r--r--MediaBrowser.Api/ApiEntryPoint.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs
index b3f1923e5..5aa803b9b 100644
--- a/MediaBrowser.Api/ApiEntryPoint.cs
+++ b/MediaBrowser.Api/ApiEntryPoint.cs
@@ -423,12 +423,10 @@ namespace MediaBrowser.Api
var timerDuration = 10000;
- /*
if (job.Type != TranscodingJobType.Progressive)
{
timerDuration = 60000;
}
- */
job.PingTimeout = timerDuration;
job.LastPingDate = DateTime.UtcNow;