1
0
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:
Taloth Saldono 2020-11-16 21:31:13 +01:00
parent 5fced70948
commit a234293146

View File

@ -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);