diff options
author | kruall <kruall@ydb.tech> | 2023-02-19 23:16:04 +0300 |
---|---|---|
committer | kruall <kruall@ydb.tech> | 2023-02-19 23:16:04 +0300 |
commit | 253ad6a7fcd29e12846cc5cd00e6a5f2246e205e (patch) | |
tree | 52da4da199359bc83d46f826aa837e41f61b573f | |
parent | 7d83f91ff50efb074b15c273ca503edfde36fa1b (diff) | |
download | ydb-253ad6a7fcd29e12846cc5cd00e6a5f2246e205e.tar.gz |
Enable VPatch by default,
-rw-r--r-- | ydb/core/protos/config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/config.proto b/ydb/core/protos/config.proto index 8b8aebb771..2cab7a8d62 100644 --- a/ydb/core/protos/config.proto +++ b/ydb/core/protos/config.proto @@ -722,7 +722,7 @@ message TFeatureFlags { optional bool AllowStreamExecuteYqlScript = 42 [default = true]; optional bool EnableKqpScanOverPersistentSnapshot = 43 [default = true]; // deprecated: always true optional bool EnableOlapSchemaOperations = 44 [default = true]; - optional bool EnableVPatch = 45 [default = false]; + optional bool EnableVPatch = 45 [default = true]; optional bool EnableMvccSnapshotReads = 46 [default = true]; optional Tribool EnableMvcc = 47 [default = VALUE_TRUE]; optional bool EnableSchemeTransactionsAtSchemeShard = 48 [default = true]; |