aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/TelemetrySettings.cs4
1 files changed, 2 insertions, 2 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 };