From: Marko Kreen Date: Sat, 11 Sep 2010 09:23:23 +0000 (+0300) Subject: Some doc updates. X-Git-Tag: pgbouncer_1_4_rc3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8d6b2faea28a9b5187635d8215aa1374cba133b;p=pgbouncer Some doc updates. --- diff --git a/NEWS b/NEWS index e7f3cbb..9bf8337 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ 2010-xx-xx - PgBouncer 1.4 - "" + * async dns * disable_pqexec * application_name * long options diff --git a/README b/README index 2c77c36..e9c85bf 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ PgBouncer Lightweight connection pooler for PostgreSQL. -Docs: http://developer.skype.com/SkypeGarage/DbProjects/PgBouncer +Docs: http://wiki.postgresql.org/wiki/PgBouncer Source: http://pgfoundry.org/projects/pgbouncer Building diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini index 874b639..cb25d6f 100644 --- a/etc/pgbouncer.ini +++ b/etc/pgbouncer.ini @@ -191,3 +191,6 @@ log_pooler_errors = 1 ;; The time between individual keepalive probes. ;tcp_keepintvl = 0 +;; DNS lookup caching time +;dns_max_ttl = 15 +