diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-06 10:08:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-06 10:08:38 -0400 |
| commit | 24003580e7977b5336661921f55a919a62a3194f (patch) | |
| tree | af1069b1602ca42a49c70f56f2e4c53f86de568a /MediaBrowser.Api/ApiEntryPoint.cs | |
| parent | 7d5a4c078d5e440e0e21baf607b13f313e0efe97 (diff) | |
improve stopping of progressive streams
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 dbc1179e2..1a7f4a2b1 100644 --- a/MediaBrowser.Api/ApiEntryPoint.cs +++ b/MediaBrowser.Api/ApiEntryPoint.cs @@ -349,7 +349,7 @@ namespace MediaBrowser.Api return; } - var timerDuration = 1000; + var timerDuration = 10000; if (job.Type != TranscodingJobType.Progressive) { |
