Skip to content

Commit fbee8c8

Browse files
committed
Revert "prestable-24-4: Enable scale recommender feature flag (#13962)"
This reverts commit 3c6a812.
1 parent 77103ce commit fbee8c8

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
@@ -160,6 +160,6 @@ message TFeatureFlags {
160160
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true];
161161
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
162162
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
163-
optional bool EnableScaleRecommender = 157 [default = true];
163+
optional bool EnableScaleRecommender = 157 [default = false];
164164
optional bool DisableLocalDBEraseCache = 161 [default = false];
165165
}

0 commit comments

Comments
 (0)