From 46a9a5414b604fe27801516062355bf0bc3bc1cc Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 12 Jan 2010 10:16:36 +0000 Subject: [PATCH] test/test.ini: turn off query_timeout by default --- test/test.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0