mirror of https://github.com/citusdata/citus.git
Fix default value of EnableBinaryProtocol
parent
14c6861e5d
commit
aa8a2866f3
|
@ -442,7 +442,7 @@ struct TaskPlacementExecution;
|
|||
/* GUC, determining whether Citus opens 1 connection per task */
|
||||
bool ForceMaxQueryParallelization = false;
|
||||
int MaxAdaptiveExecutorPoolSize = 16;
|
||||
bool EnableBinaryProtocol = true;
|
||||
bool EnableBinaryProtocol = false;
|
||||
|
||||
/* GUC, number of ms to wait between opening connections to the same worker */
|
||||
int ExecutorSlowStartInterval = 10;
|
||||
|
|
Loading…
Reference in New Issue