Credit where credit is due

This commit is contained in:
Taloth Saldono 2020-11-16 21:31:13 +01:00
parent 5fced70948
commit a234293146
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ namespace NzbDrone.Update.UpdateEngine
_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);