Browse Source

Remove Confusing Comment (#43400)

synical 6 years ago
parent
commit
f45cf90906

+ 0 - 1
server/src/main/java/org/elasticsearch/indices/recovery/RemoteRecoveryTargetHandler.java

@@ -70,7 +70,6 @@ public class RemoteRecoveryTargetHandler implements RecoveryTargetHandler {
                 .withTimeout(recoverySettings.internalActionLongTimeout())
                 .withTimeout(recoverySettings.internalActionLongTimeout())
                 .build();
                 .build();
         this.fileChunkRequestOptions = TransportRequestOptions.builder()
         this.fileChunkRequestOptions = TransportRequestOptions.builder()
-                // we are saving the cpu for other things
                 .withType(TransportRequestOptions.Type.RECOVERY)
                 .withType(TransportRequestOptions.Type.RECOVERY)
                 .withTimeout(recoverySettings.internalActionTimeout())
                 .withTimeout(recoverySettings.internalActionTimeout())
                 .build();
                 .build();