Give systemd a bit more time to restart sonarr after update

This commit is contained in:
Taloth Saldono 2020-11-16 21:24:55 +01:00
parent 7a0e1818c0
commit 5fced70948
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ namespace NzbDrone.Update.UpdateEngine
_terminateNzbDrone.Terminate(processId);
_logger.Info("Waiting for external auto-restart.");
for (int i = 0; i < 5; i++)
for (int i = 0; i < 10; i++)
{
System.Threading.Thread.Sleep(1000);