]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove superfluous implementation note (closes issue #14319)
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 24 Jan 2009 13:55:02 +0000 (13:55 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 24 Jan 2009 13:55:02 +0000 (13:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@170836 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/res_odbc.conf.sample

index 019072468f0a5086a46e14fe7d827795606a1caf..4b5fe428fa9fa6f77b5b8376d95f4e8e0a840faf 100644 (file)
@@ -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