Doubt in pgbouncer

From: Rama Krishnan <raghuldrag(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Doubt in pgbouncer
Date: 2021-11-03 13:48:01
Message-ID: CAJWX+ENCAWycPJBeurEfGC5T9e=crGsZYMGQdRi+zSwjuXSuRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

What is the limit value for fixing connection timeout issues?

As i searched in google and verified pgbouncer document
client_login_timeout

If a client connects but does not manage to log in in this amount of time,
it will be disconnected. Mainly needed to avoid dead connections stalling
SUSPEND and thus online restart. [seconds]

Default: 60.0

Can you pls suggest the best value ? or how to decide this parameter value

Regards

A.Rama Krishnan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ninad Shah 2021-11-03 15:16:23 Re: Doubt in pgbouncer
Previous Message huangning290@yahoo.com 2021-11-03 01:28:07 Re: develop a extension with cpp?