diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-04 11:22:03 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-04 11:22:03 -0400 |
| commit | fb98b0c8e0e1b22f006493bd4311c2407cc438db (patch) | |
| tree | b9379faac23dacbe78fe766a29ffc4a62d818e82 /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 16b9d26ab5e52c3c72dd24f17587ca4775ff79dd (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Api/ApiEntryPoint.cs')
| -rw-r--r-- | MediaBrowser.Api/ApiEntryPoint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/ApiEntryPoint.cs b/MediaBrowser.Api/ApiEntryPoint.cs index 343672877..07b24c259 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -182,7 +182,7 @@ namespace MediaBrowser.Api if (job.ActiveRequestCount == 0) { - var timerDuration = type == TranscodingJobType.Progressive ? 1000 : 120000; + var timerDuration = type == TranscodingJobType.Progressive ? 1000 : 180000; if (job.KillTimer == null) { |
