mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-01 04:34:26 -04:00
Increase timeout for subtitle extraction to 30min (#7153)
This commit is contained in:
parent
68e7072698
commit
dbf9e49258
@ -151,6 +151,7 @@
|
|||||||
- [peterspenler](https://github.com/peterspenler)
|
- [peterspenler](https://github.com/peterspenler)
|
||||||
- [MBR-0001](https://github.com/MBR-0001)
|
- [MBR-0001](https://github.com/MBR-0001)
|
||||||
- [jonas-resch](https://github.com/jonas-resch)
|
- [jonas-resch](https://github.com/jonas-resch)
|
||||||
|
- [vgambier](https://github.com/vgambier)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
@ -434,7 +434,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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user