diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Modules/TelemetryJobRunsHistoryModuleConfig.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Telemetry/Modules/TelemetryJobRunsHistoryModuleConfig.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Modules/TelemetryJobRunsHistoryModuleConfig.cs b/Software/Visual_Studio/Tango.Telemetry/Modules/TelemetryJobRunsHistoryModuleConfig.cs deleted file mode 100644 index 412dea5f9..000000000 --- a/Software/Visual_Studio/Tango.Telemetry/Modules/TelemetryJobRunsHistoryModuleConfig.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.Settings; - -namespace Tango.Telemetry.Modules -{ - public class TelemetryJobRunsHistoryModuleConfig : SettingsBase - { - public int MaxJobRunsPerRequest { get; set; } - - public TelemetryJobRunsHistoryModuleConfig() - { - MaxJobRunsPerRequest = 100; - } - } -} |
