Skip to content

Commit 3920110

Browse files
committed
Disable volatile transactions KIKIMR-21060
1 parent 781d28d commit 3920110

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
@@ -97,7 +97,7 @@ message TFeatureFlags {
9797
optional bool EnableAlterDatabaseCreateHiveFirst = 82 [default = false];
9898
reserved 83; // EnableKqpDataQuerySourceRead
9999
optional bool EnableSmallDiskOptimization = 84 [default = true];
100-
optional bool EnableDataShardVolatileTransactions = 85 [default = true];
100+
optional bool EnableDataShardVolatileTransactions = 85 [default = false];
101101
optional bool EnableTopicServiceTx = 86 [default = false];
102102
optional bool EnableLLVMCache = 87 [default = false];
103103
optional bool EnableExternalDataSources = 88 [default = false];

0 commit comments

Comments
 (0)