Skip to content

Commit

Permalink
disable oob transport (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
gridnevvvit authored Mar 29, 2024
1 parent 93f4928 commit bb2692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ message TTableServiceConfig {
CTV_OOB_PICKLE_1_0 = 1;
}

optional EChannelTransportVersion ChannelTransportVersion = 46 [default = CTV_OOB_PICKLE_1_0];
optional EChannelTransportVersion ChannelTransportVersion = 46 [default = CTV_UV_PICKLE_1_0];

enum EIndexAutoChooseMode {
DISABLED = 0;
Expand Down

0 comments on commit bb2692a

Please sign in to comment.