]> granicus.if.org Git - pgbouncer/commit
Apply client_login_timeout to clients waiting for welcome pkt
authorMarko Kreen <markokr@gmail.com>
Fri, 4 Dec 2009 10:28:46 +0000 (10:28 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 4 Dec 2009 10:28:46 +0000 (10:28 +0000)
commitd7413d2ba8497d5013f46f1ce304c03913692d9a
tree4a3d1e722f6e6ee5e0ee710fc38042a4b74af6c5
parent66756f526de5d60a0cba77b8478ffdd3180fcf73
Apply client_login_timeout to clients waiting for welcome pkt

Otherwise the clients stay waiting infinitely, unless there is query_timeout set.

This only applies for servers that have never been up.  If server has
been connected once, the query_timeout is only thing that kills clients,
as clients are let freely log in after first connect to server.
src/janitor.c