This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch opc-fix-master in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5f934d44ccfdbbbbdbe8c5f0a60aa5c8c2d277c0 Author: Caideyipi <[email protected]> AuthorDate: Tue Apr 21 14:13:49 2026 +0800 Update OpcUaNameSpace.java --- .../apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java index d1182e59b52..da4480458c5 100644 --- a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java +++ b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/server/OpcUaNameSpace.java @@ -90,7 +90,7 @@ public class OpcUaNameSpace extends ManagedNamespaceWithLifecycle { // Debounce task cache: used to merge updates within a short period of time, avoiding unnecessary // duplicate pushes private final ConcurrentMap<NodeId, ScheduledFuture<?>> debounceTasks = new ConcurrentHashMap<>(); - // Debounce interval: within 10ms, the same node is updated multiple times, and only the last one + // Debounce interval: within 50ms, the same node is updated multiple times, and only the last one // will be pushed (can be adjusted according to your site delay requirements, the minimum can be // set to 1ms) private final long debounceIntervalMs;
