Re: Delays between "connection received" and "connection authenticated" because of localhost entries in hba

Greg Sabino Mullane <htamfids@gmail.com>

From: Greg Sabino Mullane <htamfids@gmail.com>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2024-10-30T14:22:42Z
Lists: pgsql-general
I'd echo the suggestion to strace this. You can use the pre_auth_delay
setting to help facilitate that. See:

https://www.postgresql.org/docs/current/runtime-config-developer.html

Cheers,
Greg