summaryrefslogtreecommitdiff
path: root/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-01-24 13:55:53 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-01-24 13:55:53 +0000
commit86f8225dfe1bad9b905fc590cfc0d35d2951529c (patch)
tree906b5731d3d750fcce01f2ee146c66b4e17053f9 /configs/res_odbc.conf.sample
parent7ed9ece3371cdd939ef1fa904ce4d2c70addcf0e (diff)
Merged revisions 170836 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r170836 | tilghman | 2009-01-24 07:55:02 -0600 (Sat, 24 Jan 2009) | 2 lines Remove superfluous implementation note (closes issue #14319) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/res_odbc.conf.sample')
-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 f2c6bf015..c40b47e3e 100644
--- a/configs/res_odbc.conf.sample
+++ b/configs/res_odbc.conf.sample
@@ -33,11 +33,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