Skip to content

Commit

Permalink
fix keep-alive connections
Browse files Browse the repository at this point in the history
Signed-off-by: tmanninger <t.manninger@ixolit.com>
  • Loading branch information
tmanninger committed Sep 27, 2024
1 parent 65df2af commit d2c8c6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ protected void doStop() {
}
try {
TimeUnit.MILLISECONDS.sleep(30);
TimeUnit.MILLISECONDS.sleep(30);
} catch (InterruptedException ie) {
throw new OpenSearchException("Interrupted waiting for completion of [{}]", ie);
}
Expand Down

0 comments on commit d2c8c6a

Please sign in to comment.