Skip to content

Commit de0404a

Browse files
authored
EnableChangefeedsOnIndexTables is true by default (#15411)
1 parent c2244f7 commit de0404a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ message TFeatureFlags {
156156
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
157157
optional bool EnableResourcePoolsOnServerless = 132 [default = false];
158158
optional bool EnableVectorIndex = 133 [default = false];
159-
optional bool EnableChangefeedsOnIndexTables = 134 [default = false];
159+
optional bool EnableChangefeedsOnIndexTables = 134 [default = true];
160160
optional bool EnableResourcePoolsCounters = 135 [default = false];
161161
optional bool EnableOptionalColumnsInColumnShard = 136 [default = false];
162162
optional bool EnableGranularTimecast = 137 [default = true];

0 commit comments

Comments
 (0)