mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
Minor changes to encoding code
* Don't wait in intervals of 100ms for the file to exist
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Emby.Server.Implementations.Diagnostics
|
||||
{
|
||||
return _process.WaitForExit(timeMs);
|
||||
}
|
||||
|
||||
|
||||
public Task<bool> WaitForExitAsync(int timeMs)
|
||||
{
|
||||
//Note: For this function to work correctly, the option EnableRisingEvents needs to be set to true.
|
||||
|
||||
Reference in New Issue
Block a user