diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-17 12:54:47 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-17 12:54:47 +0300 |
| commit | eeec4554288c43663d28fd4dd26d6ff45bcb2eb8 (patch) | |
| tree | 7b88f48124f2281dc7835621085bbbb93fa7e931 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | 4887d7d6d0353987dd00314bfa0449a76dd74b1e (diff) | |
| download | Tango-eeec4554288c43663d28fd4dd26d6ff45bcb2eb8.tar.gz Tango-eeec4554288c43663d28fd4dd26d6ff45bcb2eb8.zip | |
Synchronized local PPC Schema.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |
