FS-4067 missed a 0

This commit is contained in:
Anthony Minessale 2013-10-30 18:09:11 -05:00
parent ca893da3fb
commit 57f5306410
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ SWITCH_STANDARD_APP(bcast_function)
mcast_port,
0,
8000,
2000, flags, "soft", &err, switch_core_session_get_pool(session));
20000, flags, "soft", &err, switch_core_session_get_pool(session));
if (!switch_rtp_ready(rtp_session)) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "RTP Error\n");