diff options
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index db8c28814db..5eabe09552e 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -70,6 +70,11 @@ #krb_caseins_users = off #krb_srvname = 'postgres' +# - TCP Keepalives - +# see 'man 7 tcp' for details +#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds; 0 uses the system default. +#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds; 0 uses the system default. +#tcp_keepalives_count = 0 # TCP_KEEPCNT, in seconds; 0 uses the system default. #--------------------------------------------------------------------------- # RESOURCE USAGE (except WAL) |