]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_odbc: Use negative connection cache for all connections 84/184/6
authorMartin Tomec <tomec.martin@gmail.com>
Tue, 21 Apr 2015 16:52:22 +0000 (18:52 +0200)
committerJoshua Colp <jcolp@digium.com>
Mon, 4 May 2015 11:47:26 +0000 (06:47 -0500)
commit3dcec04ab5b35d3085bd2a3ca2c5af575ed3951b
treedf2f4da91102b83240fe43e255cbb4025e9ab861
parent3efe0df044c9e186205b16aa5b1ea8f9cc0ed92b
res_odbc: Use negative connection cache for all connections

Apply the negative connection cache setting to all connections,
even those that are not pooled. This ensures that the connection
will not be re-established before the negative connection cache
time is met.

ASTERISK-22708 #close

Change-Id: I431cc2e8584ab0b6908b3523d0a0e18c9a527271
res/res_odbc.c