Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Aug 12, 2024
1 parent be6f3af commit 526d8ba
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,6 @@ public void run() {

/** execute stream load. */
public void load(String label, BatchRecordBuffer buffer) throws IOException {
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
if (enableGroupCommit) {
label = null;
}
Expand Down

0 comments on commit 526d8ba

Please sign in to comment.