]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_odbc: Use negative connection cache for all connections 83/183/5
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:46:59 +0000 (06:46 -0500)
commit7c32cb27b7080156f20e22dd18041eaa9672ddee
treea692826186c437db3f08227a298b788be6cfa7ea
parent50d8aea7533c9cdd3b181a6f02c9c95bc1995cd0
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