mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-9511 up the max size a tad
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user