Bläddra i källkod

increased subtitle extraction timeout to 30 min

MagicGreenDragon 2 år sedan
förälder
incheckning
7391b001ef
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      CONTRIBUTORS.md
  2. 1 1
      MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs

+ 1 - 0
CONTRIBUTORS.md

@@ -157,6 +157,7 @@
  - [jonas-resch](https://github.com/jonas-resch)
  - [jonas-resch](https://github.com/jonas-resch)
  - [vgambier](https://github.com/vgambier)
  - [vgambier](https://github.com/vgambier)
  - [MinecraftPlaye](https://github.com/MinecraftPlaye)
  - [MinecraftPlaye](https://github.com/MinecraftPlaye)
+ - [RealGreenDragon](https://github.com/RealGreenDragon)
 
 
 # Emby Contributors
 # Emby Contributors
 
 

+ 1 - 1
MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs

@@ -575,7 +575,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
                     throw;
                     throw;
                 }
                 }
 
 
-                var ranToCompletion = await process.WaitForExitAsync(TimeSpan.FromMinutes(5)).ConfigureAwait(false);
+                var ranToCompletion = await process.WaitForExitAsync(TimeSpan.FromMinutes(30)).ConfigureAwait(false);
 
 
                 if (!ranToCompletion)
                 if (!ranToCompletion)
                 {
                 {