Skip to content

Commit b3d3a0f

Browse files
authored
EnableFollowerStats = true (#11189)
1 parent b574e5a commit b3d3a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ message TFeatureFlags {
172172
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
173173
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];
174174
optional bool EnableWritePortionsOnInsert = 149 [default = false];
175-
optional bool EnableFollowerStats = 150 [default = false];
175+
optional bool EnableFollowerStats = 150 [default = true];
176176
optional bool EnableTopicAutopartitioningForReplication = 151 [default = false];
177177
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
178178
}

0 commit comments

Comments
 (0)