Fix default value of EnableBinaryProtocol

(cherry picked from commit aa8a2866f3)
pull/4206/head
Onder Kalaci 2020-07-02 13:44:56 +02:00
parent 06c878b348
commit 4b493f088b
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;