From: Dan McGee Date: Wed, 22 Jun 2011 00:37:25 +0000 (-0500) Subject: Fix typos in default config file X-Git-Tag: pgbouncer_1_5_rc1~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a1767c0209046ae1a331f97dd7fc39054f2c645;p=pgbouncer Fix typos in default config file Signed-off-by: Dan McGee --- diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini index 176a70b..82ea061 100644 --- a/etc/pgbouncer.ini +++ b/etc/pgbouncer.ini @@ -20,7 +20,7 @@ nondefaultdb = pool_size=50 reserve_pool=10 ; fallback connect string ;* = host=testserver -;; Configuation section +;; Configuration section [pgbouncer] ;;; @@ -48,7 +48,7 @@ listen_port = 6432 ; any, trust, plain, crypt, md5 auth_type = trust -#auth_file = 8.0/main/global/pg_auth +;auth_file = 8.0/main/global/pg_auth auth_file = etc/userlist.txt ;;; @@ -72,7 +72,7 @@ stats_users = stats, root pool_mode = session ; -; Query for cleaning connection immidiately after releasing from client. +; Query for cleaning connection immediately after releasing from client. ; No need to put ROLLBACK here, pgbouncer does not reuse connections ; where transaction is left open. ; @@ -100,7 +100,7 @@ server_reset_query = DISCARD ALL ;server_check_query = select 1 ; If server was used more recently that this many seconds ago, -; skip the check query. Value 0 may or may not run in immidiately. +; skip the check query. Value 0 may or may not run in immediately. ;server_check_delay = 30 ;;; @@ -110,7 +110,7 @@ server_reset_query = DISCARD ALL ; total number of clients that can connect max_client_conn = 100 -; defalt pool size. 20 is good number when transaction pooling +; default pool size. 20 is good number when transaction pooling ; is in use, in session pooling it needs to be the number of ; max clients you want to handle at any moment default_pool_size = 20 @@ -142,10 +142,10 @@ default_pool_size = 20 ;server_lifetime = 1200 ;; Close server connection if its not been used in this time. -;; Allows to clean unneccessary connections from pool after peak. +;; Allows to clean unnecessary connections from pool after peak. ;server_idle_timeout = 60 -;; Cancel connection attepmt if server does not answer takes longer. +;; Cancel connection attempt if server does not answer takes longer. ;server_connect_timeout = 15 ;; If server login failed (server_connect_timeout or auth failure) @@ -186,18 +186,18 @@ default_pool_size = 20 ;; networking options, for info: man 7 tcp -;; linux: notify program about new connection only if there +;; Linux: notify program about new connection only if there ;; is also data received. (Seconds to wait.) ;; On Linux the default is 45, on other OS'es 0. ;tcp_defer_accept = 0 -;; In-kernel buffer size (linux default: 4096) +;; In-kernel buffer size (Linux default: 4096) ;tcp_socket_buffer = 0 ;; whether tcp keepalive should be turned on (0/1) ;tcp_keepalive = 1 -;; following options are linux-specific. +;; following options are Linux-specific. ;; they also require tcp_keepalive=1 ;; count of keepaliva packets