Skip to content

Commit 16530db

Browse files
authored
YQ WM resource pools enabled (#7443)
1 parent 575a810 commit 16530db

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
@@ -145,7 +145,7 @@ message TFeatureFlags {
145145
optional bool EnableExternalSourceSchemaInference = 126 [default = false];
146146
optional bool EnableDbMetadataCache = 127 [default = false];
147147
optional bool EnableTableDatetime64 = 128 [default = true];
148-
optional bool EnableResourcePools = 129 [default = false];
148+
optional bool EnableResourcePools = 129 [default = true];
149149
optional bool EnableColumnStatistics = 130 [default = false];
150150
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
151151
optional bool EnableResourcePoolsOnServerless = 132 [default = false];

0 commit comments

Comments
 (0)