Skip to content
Snippets Groups Projects
Commit 31f027a8 authored by Mark Michelson's avatar Mark Michelson
Browse files

Merged revisions 170719 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r170719 | mmichelson | 2009-01-23 14:55:26 -0600 (Fri, 23 Jan 2009) | 8 lines

Add notes to the idlecheck explanation in res_odbc.conf.sample

(closes issue #14319)
Reported by: klaus3000
Patches:
      patch_idlecheck_res_odbc.conf.sample.txt uploaded by klaus3000 (license 65)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@170720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9f8ce776
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,11 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment