[asterisk-commits] tilghman: branch 1.6.1 r170839 - in /branches/1.6.1: ./ configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jan 24 07:57:21 CST 2009


Author: tilghman
Date: Sat Jan 24 07:57:20 2009
New Revision: 170839

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170839
Log:
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)
  ........
................

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/configs/res_odbc.conf.sample

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/configs/res_odbc.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/configs/res_odbc.conf.sample?view=diff&rev=170839&r1=170838&r2=170839
==============================================================================
--- branches/1.6.1/configs/res_odbc.conf.sample (original)
+++ branches/1.6.1/configs/res_odbc.conf.sample Sat Jan 24 07:57:20 2009
@@ -33,11 +33,6 @@
 ; 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




More information about the asterisk-commits mailing list