What is the default timeout setting?

Started by P Gabout 23 years ago2 messagesgeneral
Jump to latest
#1P G
pg_dba@yahoo.com

Is there a default timeout setting for connections to
the database?

TIA.

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

#2Robert Treat
xzilla@users.sourceforge.net
In reply to: P G (#1)
Re: What is the default timeout setting?

On Thu, 2003-02-13 at 15:19, P G wrote:

Is there a default timeout setting for connections to
the database?

postgresql does not time out connections on the server side. It does
configure TCP_KEEPALIVE behavior on its sockets, so depending on kernel
configuration you might either have connections dropped at some interval
or not at all.

Robert Treat