aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-24 13:55:02 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-24 13:55:02 +0000
commit727f8200dc3a03d2c324447844bb29113231542f (patch)
tree3ab951fe2eb30cc4a3983e047665e5b19f36c1b7 /configs
parent21cf6558f08df0aad2f46924b3a369f0056576e9 (diff)
Remove superfluous implementation note (closes issue #14319)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@170836 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/res_odbc.conf.sample5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/res_odbc.conf.sample b/configs/res_odbc.conf.sample
index 019072468..4b5fe428f 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -27,11 +27,6 @@ pre-connect => yes
; On some databases, the connection times out and a reconnection will be
; necessary. This setting configures the amount of time a connection
; may sit idle (in seconds) before a reconnection will be attempted.
-; Note: The reconnection is not done in the background, but is triggered by
-; a new query. Thus, if you set idlecheck => X, every time you perform a
-; query res_odbc will check how long these connection was idle, and if it was
-; idle for more than X seconds it will close the current connection and
-; establish a new one even if the current connection is still working.
;idlecheck => 3600
; Certain servers, such as MS SQL Server and Sybase use the TDS protocol, which