]> granicus.if.org Git - pgbouncer/commitdiff
test/test.ini: turn off query_timeout by default
authorMarko Kreen <markokr@gmail.com>
Tue, 12 Jan 2010 10:16:36 +0000 (10:16 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 12 Jan 2010 10:16:36 +0000 (10:16 +0000)
test/test.ini

index dad9250a5bc31295aa6577aa1b17428bd8ec1b08..84ff14fb6006f5410dc8a311a7d0e28c08168463 100644 (file)
@@ -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)