Skip to content

Commit

Permalink
[config] Changed parameter to allow for blob transfer (#1078)
Browse files Browse the repository at this point in the history
Change parameter to true
  • Loading branch information
sebas-inf authored Jul 24, 2024
1 parent 79a13ba commit e348008
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ public enum Arg {
), RECOVER_CLUSTER("recover-cluster", "rc", true, "Cluster to recover from"),
BACKUP_FOLDER("backup-folder", "bf", true, "Backup folder path"),
DEBUG("debug", "d", false, "Print debugging messages for execute-data-recovery"),
BLOB_TRANSFER_ENABLED(
"blob-transfer-enabled", "bt", false, "Flag to indicate if the blob transfer is allowed or not"
);
BLOB_TRANSFER_ENABLED("blob-transfer-enabled", "bt", true, "Flag to indicate if the blob transfer is allowed or not");

private final String argName;
private final String first;
Expand Down

0 comments on commit e348008

Please sign in to comment.