Fix default value of EnableBinaryProtocol

pull/3968/head
Onder Kalaci 2020-07-02 13:44:56 +02:00
parent 14c6861e5d
commit aa8a2866f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;