aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-24 13:56:42 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-24 13:56:42 +0000
commitcd25e8115474a94172fc6ed84d8321775da2c62c (patch)
treecd88b5ec4222b52de5a1f3bf0bbd44a989e9a914 /configs
parentc47b393b2474cae8846739fc806902b741b4d4f0 (diff)
Merged revisions 170837 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r170837 | tilghman | 2009-01-24 07:55:53 -0600 (Sat, 24 Jan 2009) | 9 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@170838 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 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