Skip to content

Commit f00cf0a

Browse files
authored
Disable XDC for dq
1 parent fc0c698 commit f00cf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/dq/config/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ message TDqConfig {
2525
optional uint64 MessagePendingTimeoutMs = 15 [default = 5000];
2626
optional uint64 MessagePendingSize = 16 [default = 18446744073709551615];
2727
optional uint32 MaxSerializedEventSize = 17 [default = 67108000];
28-
optional bool EnableExternalDataChannel = 27 [default = true];
28+
optional bool EnableExternalDataChannel = 27 [default = false];
2929

3030
// Scheduler
3131
optional uint64 ResolutionMicroseconds = 18 [default = 1024];

0 commit comments

Comments
 (0)