From 401487996f6308c24e43fd3426c25bb508a36e17 Mon Sep 17 00:00:00 2001 From: liuwf Date: Sat, 30 Mar 2024 14:35:11 +0800 Subject: [PATCH] =?UTF-8?q?change-=E8=AE=BE=E5=A4=87=E7=94=B5=E9=87=8F?= =?UTF-8?q?=E9=87=87=E9=9B=86=E6=97=B6=E9=97=B45s=E6=94=B9=E4=B8=BA5min?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.DataCollector/DataCollectorFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aucma.Core.DataCollector/DataCollectorFactory.cs b/Aucma.Core.DataCollector/DataCollectorFactory.cs index 011ff764..a6e120fd 100644 --- a/Aucma.Core.DataCollector/DataCollectorFactory.cs +++ b/Aucma.Core.DataCollector/DataCollectorFactory.cs @@ -25,7 +25,7 @@ namespace Aucma.Core.DataCollector public readonly IRecordDeviceElectricityServices _deviceElectricityServices; public int AlarmReadTimer = (1000 * 5); - public int EleReadTimer = (1000 * 5); + public int EleReadTimer = (1000 * 60 * 5); public DataCollectorFactory(IBaseDeviceParamServices deviceParamServices, IRecordDeviceAlarmInfoServices deviceAlarmInfoServices, IRecordDeviceElectricityServices deviceElectricityServices) {