Skip to content

Commit f2735bb

Browse files
committed
sleep-removal
1 parent 4901a6f commit f2735bb

File tree

1 file changed

+0
-7
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client

1 file changed

+0
-7
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/ClientRunner.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,5 @@ public void run() {
136136
e.printStackTrace();
137137
}
138138
}
139-
140-
try {
141-
Thread.sleep(999_999_999);
142-
} catch (InterruptedException e) {
143-
Thread.currentThread().interrupt();
144-
e.printStackTrace();
145-
}
146139
}
147140
}

0 commit comments

Comments
 (0)