Remove Confusing Comment (#43400)

This commit is contained in:
synical 2019-06-20 15:01:46 +01:00 committed by David Turner
parent c8eb09f158
commit b4c4018d00
1 changed files with 0 additions and 1 deletions

View File

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