What is the default timeout setting?
Started by P Gabout 23 years ago2 messagesgeneral
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
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