فهرست منبع

increase startup timeout

Luke Pulverenti 9 سال پیش
والد
کامیت
b5b8f8615e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.ServerApplication/MainStartup.cs

+ 1 - 1
MediaBrowser.ServerApplication/MainStartup.cs

@@ -148,7 +148,7 @@ namespace MediaBrowser.ServerApplication
             {
                 _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.");
                     return true;