diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-12-14 23:37:32 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2018-12-14 23:37:32 -0500 |
| commit | c3ade725dc8f863be91a743f68a4a2fd2bf3f911 (patch) | |
| tree | dd6a198e3c104ebc732a615153c4bb5514e25660 | |
| parent | fda3f0ad9ba93ab44f5754bb9dd3e6b81ccb85af (diff) | |
Restore timeout to 60s as it breaks
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 2 |
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; |
