Skip to content

Commit d2c8c6a

Browse files
committed
fix keep-alive connections
Signed-off-by: tmanninger <[email protected]>
1 parent 65df2af commit d2c8c6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/opensearch/http/AbstractHttpServerTransport.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ protected void doStop() {
263263
}
264264
try {
265265
TimeUnit.MILLISECONDS.sleep(30);
266-
TimeUnit.MILLISECONDS.sleep(30);
267266
} catch (InterruptedException ie) {
268267
throw new OpenSearchException("Interrupted waiting for completion of [{}]", ie);
269268
}

0 commit comments

Comments
 (0)