authentication_timeout
A GUC determining the maximum time to wait for client authentication completion
authentication_timeout
is a configuration parameter determining the maximum amount of time allowed to complete client authentication.
authentication_timeout
was added in PostgreSQL 7.2.
Default value
The default value for authentication_timeout
is: 1m
.
Change history
- PostgreSQL 7.2
- added (commit 35b7601b)
References
- PostgreSQL documentation: authentication_timeout