From 24ca86c6c220845dfa5da23d3da110ef6e2ab3c9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 4 Mar 2008 19:05:27 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7785 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index da8f8c1373..32ddb0fc6f 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -1346,7 +1346,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_ do_continue: - switch_yield(5000); + switch_yield(1000); } if (switch_rtp_ready(rtp_session)) {