1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-15 08:29:27 +00: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 @@ 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);