We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77103ce commit fbee8c8Copy full SHA for fbee8c8
ydb/core/protos/feature_flags.proto
@@ -160,6 +160,6 @@ message TFeatureFlags {
160
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true];
161
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
162
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
163
- optional bool EnableScaleRecommender = 157 [default = true];
+ optional bool EnableScaleRecommender = 157 [default = false];
164
optional bool DisableLocalDBEraseCache = 161 [default = false];
165
}
0 commit comments