mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
Cache query results for one second.
Queries from the PBX core come in 3's. Caching avoids the additional performance penalty from those two additional queries hitting the database. (closes issue #16521) Reported by: tilghman Patches: 20091229__issue16521.diff.txt uploaded by tilghman (license 14) Tested by: Hubguru, tilghman git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -446,6 +446,8 @@ Miscellaneous
|
||||
of dynamic parkinglots.
|
||||
* chan_dahdi now supports reporting alarms over AMI either by channel or span via
|
||||
the reportalarms config option.
|
||||
* The Realtime dialplan switch now caches entries for 1 second. This provides a
|
||||
significant increase in performance (about 3X) for installations using this switchtype.
|
||||
|
||||
CLI Changes
|
||||
-----------
|
||||
|
Reference in New Issue
Block a user