Skip to content

Commit ce2d98c

Browse files
committed
Toggle off IC.EnableExternalDataChannel by default
1 parent 209e9f1 commit ce2d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ message TInterconnectConfig {
490490
optional bool SuppressConnectivityCheck = 39 [default = false];
491491
optional uint32 PreallocatedBufferSize = 40;
492492
optional uint32 NumPreallocatedBuffers = 41;
493-
optional bool EnableExternalDataChannel = 42 [default = true];
493+
optional bool EnableExternalDataChannel = 42 [default = false];
494494
optional bool ValidateIncomingPeerViaDirectLookup = 44;
495495
optional uint32 SocketBacklogSize = 45; // SOMAXCONN if not set or zero
496496
optional ESocketSendOptimization SocketSendOptimization = 51 [default = IC_SO_DISABLED];

0 commit comments

Comments
 (0)