添加OPCUA的后台服务

This commit is contained in:
2025-07-08 17:33:20 +08:00
parent 103c7bf32e
commit 07253aed65
9 changed files with 394 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ public static class NlogHelper
/// <summary>
/// 定义节流的时间窗口(单位:秒)。
/// </summary>
private const int ThrottleTimeSeconds = 10;
private const int ThrottleTimeSeconds = 30;
/// <summary>
/// 内部核心日志记录方法,包含了节流逻辑。