Remove Confusing Comment (#43400)
This commit is contained in:
parent
c8eb09f158
commit
b4c4018d00
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue