diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-08 11:32:40 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-08 11:32:40 +0300 |
| commit | d4a3a526d4d4665ed1a1645463d1262138b1f460 (patch) | |
| tree | 5363b0509461dde1fbe7c4ec4794fb30a96fe344 /Software/Visual_Studio/PPC | |
| parent | 619d2b36f37b47221d5d46fc02ca79fe1579609d (diff) | |
| download | Tango-d4a3a526d4d4665ed1a1645463d1262138b1f460.tar.gz Tango-d4a3a526d4d4665ed1a1645463d1262138b1f460.zip | |
Dropped history sources by default.
Fixed unsent job resume telemetry.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs | 4 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs index 7acf7e197..cf561eec9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs @@ -48,12 +48,12 @@ namespace Tango.PPC.Common.Telemetry public TimeSpan DiagnosticsSamplingInterval { get; set; } = TimeSpan.FromSeconds(60); public bool SendEvents { get; set; } = true; public bool SendJobRuns { get; set; } = true; - public bool SendJobRunsHistory { get; set; } = true; + public bool SendJobRunsHistory { get; set; } = false; public bool SendJobStatus { get; set; } = true; public bool SendLogs { get; set; } = true; public bool SendMachineStatus { get; set; } = true; public bool SendMachineUpdates { get; set; } = true; - public bool SendMachineUpdatesHistory { get; set; } = true; + public bool SendMachineUpdatesHistory { get; set; } = false; public bool SendWires { get; set; } = true; public HashSet<LogCategory> LogCategories { get; set; } = new HashSet<LogCategory>() { LogCategory.Critical, LogCategory.Error, LogCategory.Warning }; diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest index d72e75011..efc5f8179 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/app.manifest @@ -16,7 +16,7 @@ Remove this element if your application requires this virtualization for backwards compatibility. --> - <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <!--<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />--> </requestedPrivileges> </security> </trustInfo> |
