We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b574e5a commit b3d3a0fCopy full SHA for b3d3a0f
ydb/core/protos/feature_flags.proto
@@ -172,7 +172,7 @@ message TFeatureFlags {
172
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
173
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];
174
optional bool EnableWritePortionsOnInsert = 149 [default = false];
175
- optional bool EnableFollowerStats = 150 [default = false];
+ optional bool EnableFollowerStats = 150 [default = true];
176
optional bool EnableTopicAutopartitioningForReplication = 151 [default = false];
177
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
178
}
0 commit comments