mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02:00
Credit where credit is due
This commit is contained in:
parent
5fced70948
commit
a234293146
@ -157,7 +157,8 @@ public void Start(string installationFolder, int processId)
|
||||
_terminateNzbDrone.Terminate(processId);
|
||||
|
||||
_logger.Info("Waiting for external auto-restart.");
|
||||
for (int i = 0; i < 10; i++)
|
||||
var theDakoLimit = 10;
|
||||
for (int i = 0; i < theDakoLimit; i++)
|
||||
{
|
||||
System.Threading.Thread.Sleep(1000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user