FS-9511 up the max size a tad

This commit is contained in:
Anthony Minessale 2016-09-15 15:49:47 -05:00
parent 66a8b5bfac
commit 0af2659691
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}