mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02:00
Give systemd a bit more time to restart sonarr after update
This commit is contained in:
parent
7a0e1818c0
commit
5fced70948
@ -157,7 +157,7 @@ public void Start(string installationFolder, int processId)
|
||||
_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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user