Skip to content

Commit

Permalink
And this one
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Dec 19, 2024
1 parent af45a2b commit d340bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class IndexStats implements Iterable<IndexShardStats> {

// feature was effectively reverted but we still need to keep this constant around
public static final NodeFeature REVERTED_TIER_CREATION_DATE = new NodeFeature("stats.tier_creation_date");
public static final NodeFeature REVERTED_TIER_CREATION_DATE = new NodeFeature("stats.tier_creation_date", true);

private final String index;

Expand Down

0 comments on commit d340bde

Please sign in to comment.