[Asterisk-cvs] asterisk channel.c,1.181,1.182

anthm at lists.digium.com anthm at lists.digium.com
Wed Mar 30 16:15:27 CST 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19572

Modified Files:
	channel.c 
Log Message:
increase queue length of chanspy queue

Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- channel.c	30 Mar 2005 16:20:53 -0000	1.181
+++ channel.c	30 Mar 2005 22:09:01 -0000	1.182
@@ -731,7 +731,7 @@
 	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");




More information about the svn-commits mailing list