Re: Keepalives win32

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Magnus Hagander" <magnus@hagander.net>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Pavel Golub" <pavel@gf.microolap.com>, "Bruce Momjian" <bruce@momjian.us>, "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2010-07-07T13:48:11Z
Lists: pgsql-hackers
Magnus Hagander <magnus@hagander.net> wrote:
 
> It'll now set them to 2 hours/1 second by default. I looked
> quickly at the RFC and didn't find the exact values there, so those
> values are the documented out-of-the-box defaults on Windows. I
> can easily change them to RFC values if someone can find them for
> me :)
 
The RFC specifies 2 hours/75 seconds/9 tries.  Even though we can't
reasonably adjust the number of tries up from 5 in Windows, I'd be
inclined to keep the 75 interval, rather than doubling it.
 
-Kevin