PostgreSQL connect timeout recommendations

1.2k views Asked by At

I found this at official postresql documentation page

connect_timeout Maximum wait for connection, in seconds (write as a decimal integer string). Zero or not specified means wait indefinitely. It is not recommended to use a timeout of less than 2 seconds.

Why not less than 2 seconds?

0

There are 0 answers