<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:&quot;courier new&quot;,monospace">According to pgpool-II 4.0.2 documentation</div><div class="gmail_default" style="font-family:&quot;courier new&quot;,monospace"><br></div><div class="gmail_default"><blockquote class="gmail_quote" style="font-family:&quot;courier new&quot;,monospace;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><b>health_check_timeout (integer)</b><br>Specifies the timeout in seconds to give up connecting to the backend PostgreSQL if the TCP connect does not succeed within this time.</blockquote><div style="font-family:&quot;courier new&quot;,monospace"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="courier new, monospace"><b>connect_timeout (integer)</b><br></font><font face="courier new, monospace">Specifies the amount of time in milliseconds before giving up connecting to backend using connect() system call. Default is 10000 ms (10 second). The flaky network user may want to increase the value. 0 means no timeout.</font></blockquote><div style="font-family:&quot;courier new&quot;,monospace"><br></div><div style="font-family:&quot;courier new&quot;,monospace">Is health_check_timeout a TCP socket connect timeout and connect_timeout a PostgreSQL connect timeout?</div></div></div></div></div>