mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
increase queue length of chanspy queue
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -731,7 +731,7 @@ static void ast_queue_spy_frame(struct ast_channel_spy *spy, struct ast_frame *f
|
||||
for (tmpf=spy->queue[pos]; tmpf && tmpf->next; tmpf=tmpf->next) {
|
||||
count++;
|
||||
}
|
||||
if (count > 100) {
|
||||
if (count > 1000) {
|
||||
struct ast_frame *freef, *headf;
|
||||
|
||||
ast_log(LOG_ERROR, "Too Many frames queued at once, flushing cache.\n");
|
||||
|
Reference in New Issue
Block a user