Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the equivalent of pgbouncer's server_connect_timeout? #509

Open
naiquevin opened this issue Jul 7, 2023 · 1 comment
Open

What's the equivalent of pgbouncer's server_connect_timeout? #509

naiquevin opened this issue Jul 7, 2023 · 1 comment

Comments

@naiquevin
Copy link

naiquevin commented Jul 7, 2023

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?

@x4m
Copy link
Collaborator

x4m commented Aug 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants