mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Give systemd a bit more time to restart sonarr after update
(cherry picked from commit 5fced70948c1e8d3d5e3c4747516507f87506697)
This commit is contained in:
parent
4d43c3eb2b
commit
5e1b197702
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public void Start(string installationFolder, int processId)
|
||||||
_terminateNzbDrone.Terminate(processId);
|
_terminateNzbDrone.Terminate(processId);
|
||||||
|
|
||||||
_logger.Info("Waiting for external auto-restart.");
|
_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);
|
System.Threading.Thread.Sleep(1000);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue