Skip to content

Commit

Permalink
Merge pull request #1140 from MediaBrowser/dev
Browse files Browse the repository at this point in the history
3.0.5675.1
  • Loading branch information
LukePulverenti committed Jul 16, 2015
2 parents b78d532 + f430f7e commit 834ea8b
Show file tree
Hide file tree
Showing 210 changed files with 15,830 additions and 2,734 deletions.
2 changes: 1 addition & 1 deletion MediaBrowser.Api/ApiEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ private async void PingTimer(TranscodingJob job, bool isProgressCheckIn)
// We can really reduce the timeout for apps that are using the newer api
if (!string.IsNullOrWhiteSpace(job.PlaySessionId))
{
timerDuration = 120000;
timerDuration = 300000;
}
}

Expand Down
Loading

0 comments on commit 834ea8b

Please sign in to comment.