mirror of https://github.com/citusdata/citus.git
Skip CheckConnectionTimeout when checkForPoolTimeout is false
parent
3c087159ca
commit
6c94f8a4d5
|
@ -1801,7 +1801,10 @@ ManageWorkerPool(WorkerPool *workerPool)
|
|||
}
|
||||
|
||||
/* we might fail the execution or warn the user about connection timeouts */
|
||||
if (workerPool->checkForPoolTimeout)
|
||||
{
|
||||
CheckConnectionTimeout(workerPool);
|
||||
}
|
||||
|
||||
if (failedConnectionCount >= 1)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue