Skip to content

Commit f45cf90

Browse files
synicalDaveCTurner
authored andcommitted
Remove Confusing Comment (elastic#43400)
1 parent 21feeb0 commit f45cf90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/indices/recovery/RemoteRecoveryTargetHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public RemoteRecoveryTargetHandler(long recoveryId, ShardId shardId, TransportSe
7070
.withTimeout(recoverySettings.internalActionLongTimeout())
7171
.build();
7272
this.fileChunkRequestOptions = TransportRequestOptions.builder()
73-
// we are saving the cpu for other things
7473
.withType(TransportRequestOptions.Type.RECOVERY)
7574
.withTimeout(recoverySettings.internalActionTimeout())
7675
.build();

0 commit comments

Comments
 (0)