diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-12-14 23:04:04 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2018-12-14 23:04:19 -0500 |
| commit | fda3f0ad9ba93ab44f5754bb9dd3e6b81ccb85af (patch) | |
| tree | 3fdfaa4754ca63885a750a17f291d001d5b5cf3e /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | e5531c5c252522a6d96c9cb6607e96ad65c21eae (diff) | |
Up the timerDuration back to 10s, 2s is too low
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index ef74aecb2..b3f1923e5 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -421,15 +421,14 @@ namespace MediaBrowser.Api return; } - /* var timerDuration = 10000; + /* if (job.Type != TranscodingJobType.Progressive) { timerDuration = 60000; } */ - var timerDuration = 2000; job.PingTimeout = timerDuration; job.LastPingDate = DateTime.UtcNow; |
