Skip to content

Commit bb2692a

Browse files
authored
disable oob transport (#3314)
1 parent 93f4928 commit bb2692a

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
@@ -256,7 +256,7 @@ message TTableServiceConfig {
256256
CTV_OOB_PICKLE_1_0 = 1;
257257
}
258258

259-
optional EChannelTransportVersion ChannelTransportVersion = 46 [default = CTV_OOB_PICKLE_1_0];
259+
optional EChannelTransportVersion ChannelTransportVersion = 46 [default = CTV_UV_PICKLE_1_0];
260260

261261
enum EIndexAutoChooseMode {
262262
DISABLED = 0;

0 commit comments

Comments
 (0)