mirror of https://github.com/citusdata/citus.git
Improve comments
parent
e09811cfe0
commit
5083f058f8
|
@ -2396,9 +2396,9 @@ ManageWorkerPool(WorkerPool *workerPool)
|
||||||
else if (UseConnectionPerPlacement())
|
else if (UseConnectionPerPlacement())
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* The executor can finish the execution with a single connection,
|
* Via connection throttling, the connection establishments may be suspended
|
||||||
* remaining are optional. If the executor can get more connections,
|
* until a connection slot is empty to the remote host. When forced to use
|
||||||
* it can increase the parallelism.
|
* one connection per placement, do not enforce this restriction.
|
||||||
*/
|
*/
|
||||||
connectionFlags |= NEVER_WAIT_FOR_CONNECTION;
|
connectionFlags |= NEVER_WAIT_FOR_CONNECTION;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue