采集检测间隔修改

This commit is contained in:
2248356998 qq.com
2023-03-17 17:40:34 +08:00
parent b08282b0c1
commit 7c7150cde8

View File

@@ -165,7 +165,7 @@ public class CollectDeviceCore : DisposableObject
{
try
{
await Task.Delay(500, StoppingToken.Token);
await Task.Delay(100, StoppingToken.Token);
if (_driver == null) continue;
@@ -215,7 +215,7 @@ public class CollectDeviceCore : DisposableObject
}
}
await Task.Delay(100);
await Task.Delay(20);
}
@@ -242,7 +242,7 @@ public class CollectDeviceCore : DisposableObject
}
}
await Task.Delay(100);
await Task.Delay(20);
}