|
@@ -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();
|