From e1a8c002ded63f0ff87f8b2e9dc93370ff51e5ba Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 30 Jan 2020 14:39:12 +0200 Subject: Added auto update check interval to 30 minutes. Added auto update check interval to PPC settings. Updated event types PMR. --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs index bea67c702..aacc40168 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCSettings.cs @@ -215,6 +215,11 @@ namespace Tango.PPC.Common /// public bool AutoCheckForUpdates { get; set; } + /// + /// Gets or sets the automatic update check interval. + /// + public TimeSpan AutoUpdateCheckInterval { get; set; } + /// /// Gets or sets a value indicating whether to enable the automatic thread loading support. /// @@ -287,6 +292,7 @@ namespace Tango.PPC.Common DisplayPowerUpScreen = true; PowerUpScreenTimeout = TimeSpan.FromSeconds(60); AutoCheckForUpdates = true; + AutoUpdateCheckInterval = TimeSpan.FromMinutes(30); EnableAutomaticThreadLoading = true; DisplayAutomaticThreadLoadingScreen = true; EnableEmbeddedDebugLogs = true; -- cgit v1.3.1