mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 02:49:05 -07:00
increase startup timeout
This commit is contained in:
parent
d962fa6685
commit
86925d5be0
@ -148,7 +148,7 @@ namespace MediaBrowser.ServerApplication
|
|||||||
{
|
{
|
||||||
_logger.Info("Found a duplicate process. Giving it time to exit.");
|
_logger.Info("Found a duplicate process. Giving it time to exit.");
|
||||||
|
|
||||||
if (!duplicate.WaitForExit(12000))
|
if (!duplicate.WaitForExit(15000))
|
||||||
{
|
{
|
||||||
_logger.Info("The duplicate process did not exit.");
|
_logger.Info("The duplicate process did not exit.");
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user