Skip to content

Commit

Permalink
Adjust versions after #79044 backport to 7.x (#79424)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcofdez authored Oct 19, 2021
1 parent cdac245 commit 4416206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
public class RecoverySettings {
public static final Version SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version.V_7_15_0;
public static final Version SEQ_NO_SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version.V_7_16_0;
public static final Version SNAPSHOT_FILE_DOWNLOAD_THROTTLING_SUPPORTED_VERSION = Version.V_8_0_0;
public static final Version SNAPSHOT_FILE_DOWNLOAD_THROTTLING_SUPPORTED_VERSION = Version.V_7_16_0;

private static final Logger logger = LogManager.getLogger(RecoverySettings.class);

Expand Down

0 comments on commit 4416206

Please sign in to comment.