From b3c1f0ae9e9397230e088e6a09960307a1e40571 Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Wed, 15 Feb 2023 18:03:23 +0500 Subject: [PATCH] Disable some operation detectors. --- .../OperationDetectionWorkFactory.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs b/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs index 0bf4f258..09b08bf3 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs +++ b/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs @@ -23,13 +23,13 @@ namespace AsbCloudInfrastructure.Services.DetectOperations { new DetectorRotor(), new DetectorSlide(), - new DetectorDevelopment(), - new DetectorTemplating(), + //new DetectorDevelopment(), + //new DetectorTemplating(), new DetectorSlipsTime(), - new DetectorStaticSurveying(), - new DetectorFlashingBeforeConnection(), - new DetectorFlashing(), - new DetectorTemplatingWhileDrilling(), + //new DetectorStaticSurveying(), + //new DetectorFlashingBeforeConnection(), + //new DetectorFlashing(), + //new DetectorTemplatingWhileDrilling(), }; public static WorkPeriodic MakeWork()