Skip to content

Commit

Permalink
EnableFollowerStats = true (ydb-platform#11189)
Browse files Browse the repository at this point in the history
  • Loading branch information
azevaykin authored Nov 1, 2024
1 parent b574e5a commit b3d3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/feature_flags.proto
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ message TFeatureFlags {
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];
optional bool EnableWritePortionsOnInsert = 149 [default = false];
optional bool EnableFollowerStats = 150 [default = false];
optional bool EnableFollowerStats = 150 [default = true];
optional bool EnableTopicAutopartitioningForReplication = 151 [default = false];
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
}

0 comments on commit b3d3a0f

Please sign in to comment.