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 fc0c698 commit f00cf0aCopy full SHA for f00cf0a
ydb/library/yql/providers/dq/config/config.proto
@@ -25,7 +25,7 @@ message TDqConfig {
25
optional uint64 MessagePendingTimeoutMs = 15 [default = 5000];
26
optional uint64 MessagePendingSize = 16 [default = 18446744073709551615];
27
optional uint32 MaxSerializedEventSize = 17 [default = 67108000];
28
- optional bool EnableExternalDataChannel = 27 [default = true];
+ optional bool EnableExternalDataChannel = 27 [default = false];
29
30
// Scheduler
31
optional uint64 ResolutionMicroseconds = 18 [default = 1024];
0 commit comments