Skip to content

Commit b1af6be

Browse files
committed
fix
1 parent f042f15 commit b1af6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ message TTableServiceConfig {
298298
optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
299299
reserved 59; //optional bool OldLookupJoinBehaviour = 59 [default = false];
300300

301-
optional bool EnableOltpSink = 60 [default = true];
301+
optional bool EnableOltpSink = 60 [default = false];
302302

303303
enum EBlockChannelsMode {
304304
BLOCK_CHANNELS_SCALAR = 0;

0 commit comments

Comments
 (0)