]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Don't check all realtime queues when doing "queue show some_queue".
authorWalter Doekes <walter+asterisk@wjd.nu>
Wed, 16 Oct 2013 12:12:42 +0000 (12:12 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Wed, 16 Oct 2013 12:12:42 +0000 (12:12 +0000)
commitec1c707121f88a76626d5bfcdac51a5de6bd417a
tree0245247ed42fa396328692dc29cff5897f36ca46
parentc76d5392f573bce9624cc1c68740a638c899382c
Don't check all realtime queues when doing "queue show some_queue".

When using realtime queues, queues have to be fetched from the database
every now and then to see if any info has been changed or to see if the
queue has been removed. When fetching info for an individual queue, the
pruning of other queues is unnecessarily costly.

Review: https://reviewboard.asterisk.org/r/2907/
........

Merged revisions 401049 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 401076 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c