]> granicus.if.org Git - pgbouncer/commitdiff
Some doc updates.
authorMarko Kreen <markokr@gmail.com>
Sat, 11 Sep 2010 09:23:23 +0000 (12:23 +0300)
committerMarko Kreen <markokr@gmail.com>
Sat, 11 Sep 2010 09:23:23 +0000 (12:23 +0300)
NEWS
README
etc/pgbouncer.ini

diff --git a/NEWS b/NEWS
index e7f3cbbcdf42779a235caa94ae4243dd740c3188..9bf8337b6342ae1821978f071c61c47d7bf5ee08 100644 (file)
--- 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 2c77c36f1caf2170ff6ba27e531c6b48a6183961..e9c85bf07751854624bc35cd1aa759c78184361e 100644 (file)
--- 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
index 874b639e7b902810ba47f89c0d71ec76b91b4f68..cb25d6f5f29993097b771fb533628599bc8ed95f 100644 (file)
@@ -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
+