mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 04:36:28 +00:00
update startup timeout
This commit is contained in:
@@ -192,7 +192,7 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
_logger.Info("Found a duplicate process. Giving it time to exit.");
|
||||
|
||||
if (!duplicate.WaitForExit(20000))
|
||||
if (!duplicate.WaitForExit(30000))
|
||||
{
|
||||
_logger.Info("The duplicate process did not exit.");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user