From: Marko Kreen Date: Tue, 12 Jan 2010 10:16:36 +0000 (+0000) Subject: test/test.ini: turn off query_timeout by default X-Git-Tag: pgbouncer_1_3_2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46a9a5414b604fe27801516062355bf0bc3bc1cc;p=pgbouncer test/test.ini: turn off query_timeout by default --- diff --git a/test/test.ini b/test/test.ini index dad9250..84ff14f 100644 --- a/test/test.ini +++ b/test/test.ini @@ -85,7 +85,7 @@ server_login_retry = 15 ; Dangerous. Server connection is closed if query does not return ; in this time. Should be used to survive network problems, ; _not_ as statement_timeout. (default: 0) -query_timeout = 20 +query_timeout = 0 ; Dangerous. Client connection is closed if no activity in this time. ; Should be used to survive network problems. (default: 0)