FS-9511 up the max size a tad
This commit is contained in:
parent
66a8b5bfac
commit
0af2659691
|
@ -4174,7 +4174,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_activate_jitter_buffer(switch_rtp_t *
|
||||||
}
|
}
|
||||||
|
|
||||||
if (max_queue_frames < queue_frames) {
|
if (max_queue_frames < queue_frames) {
|
||||||
max_queue_frames = queue_frames * 3;
|
max_queue_frames = queue_frames * 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue