aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-06-17 12:54:47 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-06-17 12:54:47 +0300
commiteeec4554288c43663d28fd4dd26d6ff45bcb2eb8 (patch)
tree7b88f48124f2281dc7835621085bbbb93fa7e931 /Software
parent4887d7d6d0353987dd00314bfa0449a76dd74b1e (diff)
downloadTango-eeec4554288c43663d28fd4dd26d6ff45bcb2eb8.tar.gz
Tango-eeec4554288c43663d28fd4dd26d6ff45bcb2eb8.zip
Synchronized local PPC Schema.
Diffstat (limited to 'Software')
-rw-r--r--Software/DB/PPC/Tango.mdfbin75497472 -> 75497472 bytes
-rw-r--r--Software/DB/PPC/Tango_log.ldfbin53673984 -> 53673984 bytes
-rw-r--r--Software/DB/Tango.mdfbin75497472 -> 75497472 bytes
-rw-r--r--Software/DB/Tango_log.ldfbin22675456 -> 22675456 bytes
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs1
5 files changed, 0 insertions, 1 deletions
diff --git a/Software/DB/PPC/Tango.mdf b/Software/DB/PPC/Tango.mdf
index f61a4b74b..b9e4c6096 100644
--- a/Software/DB/PPC/Tango.mdf
+++ b/Software/DB/PPC/Tango.mdf
Binary files differ
diff --git a/Software/DB/PPC/Tango_log.ldf b/Software/DB/PPC/Tango_log.ldf
index 7b3a48f62..255a6f07e 100644
--- a/Software/DB/PPC/Tango_log.ldf
+++ b/Software/DB/PPC/Tango_log.ldf
Binary files differ
diff --git a/Software/DB/Tango.mdf b/Software/DB/Tango.mdf
index b1cb360ee..051a52a09 100644
--- a/Software/DB/Tango.mdf
+++ b/Software/DB/Tango.mdf
Binary files differ
diff --git a/Software/DB/Tango_log.ldf b/Software/DB/Tango_log.ldf
index 05d79d577..d026c7583 100644
--- a/Software/DB/Tango_log.ldf
+++ b/Software/DB/Tango_log.ldf
Binary files differ
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);
}