提交 0af26596 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-9511 up the max size a tad

上级 66a8b5bf
......@@ -4174,7 +4174,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_activate_jitter_buffer(switch_rtp_t *
}
if (max_queue_frames < queue_frames) {
max_queue_frames = queue_frames * 3;
max_queue_frames = queue_frames * 6;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论