From eeec4554288c43663d28fd4dd26d6ff45bcb2eb8 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 17 Jun 2020 12:54:47 +0300 Subject: Synchronized local PPC Schema. --- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs index 29bffb945..82b5a61df 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs @@ -1679,7 +1679,6 @@ namespace Tango.PPC.Common.MachineUpdate var response = await CheckForUpdate(_machineProvider.Machine.SerialNumber); if (response.IsUpdateAvailable || response.IsDatabaseUpdateAvailable) { - _checkForUpdateTimer.Interval = TimeSpan.FromMinutes(60).TotalMilliseconds; LogManager.Log($"New {(response.IsDatabaseUpdateAvailable ? "database updates" : "application version")} detected ({response.Version}). Raising event..."); UpdateAvailable?.Invoke(this, response); } -- cgit v1.3.1