projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8950edf
)
test/test.ini: turn off query_timeout by default
author
Marko Kreen
<markokr@gmail.com>
Tue, 12 Jan 2010 10:16:36 +0000
(10:16 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 12 Jan 2010 10:16:36 +0000
(10:16 +0000)
test/test.ini
patch
|
blob
|
blame
|
history
diff --git
a/test/test.ini
b/test/test.ini
index dad9250a5bc31295aa6577aa1b17428bd8ec1b08..84ff14fb6006f5410dc8a311a7d0e28c08168463 100644
(file)
--- 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 =
2
0
+query_timeout = 0
; Dangerous. Client connection is closed if no activity in this time.
; Should be used to survive network problems. (default: 0)