We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209e9f1 commit ce2d98cCopy full SHA for ce2d98c
ydb/core/protos/config.proto
@@ -490,7 +490,7 @@ message TInterconnectConfig {
490
optional bool SuppressConnectivityCheck = 39 [default = false];
491
optional uint32 PreallocatedBufferSize = 40;
492
optional uint32 NumPreallocatedBuffers = 41;
493
- optional bool EnableExternalDataChannel = 42 [default = true];
+ optional bool EnableExternalDataChannel = 42 [default = false];
494
optional bool ValidateIncomingPeerViaDirectLookup = 44;
495
optional uint32 SocketBacklogSize = 45; // SOMAXCONN if not set or zero
496
optional ESocketSendOptimization SocketSendOptimization = 51 [default = IC_SO_DISABLED];
0 commit comments