odyssey icon indicating copy to clipboard operation
odyssey copied to clipboard

What's the equivalent of pgbouncer's server_connect_timeout?

Open naiquevin opened this issue 1 year ago • 1 comments

pgbouncer has the server_connect_timeout which is documented1 as follows,

server_connect_timeout If connection and login don’t finish in this amount of time, the connection will be closed. [seconds] Default: 15.0

Is pool_timeout the equivalent setting for the same in odyssey? In case it is, what's the default value of pool_timeout?

naiquevin avatar Jul 07 '23 07:07 naiquevin

Yes, pool_timeout is a time that client that wants to get a server connection can wait until reciveing timeout error.

x4m avatar Aug 10 '23 06:08 x4m